admin
2019-08-26 5a80c35e42ba1ed7340097ea9b156016e52a23f2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package com.yeshi.fanli.service.inter.taobao;
 
import com.yeshi.fanli.entity.taobao.TaoBaoGoodsBrief;
 
/**
 * 自购立减商品更新
 * 
 * @author Administrator
 *
 */
public interface TLJBuyGoodsUpdateService {
 
    /**
     * 更新商品
     * 
     * @param goods
     */
    public void updateGoods(TaoBaoGoodsBrief goods);
}