| | |
| | | package com.yeshi.fanli.service.inter.taobao;
|
| | |
|
| | | import com.yeshi.goods.facade.entity.taobao.TaoBaoGoodsBrief;
|
| | |
|
| | | /**
|
| | | * 自购立减商品更新
|
| | | * |
| | | * @author Administrator
|
| | | *
|
| | | */
|
| | | public interface TLJBuyGoodsUpdateService {
|
| | |
|
| | | /**
|
| | | * 更新商品
|
| | | * |
| | | * @param goods
|
| | | */
|
| | | public void updateGoods(TaoBaoGoodsBrief goods);
|
| | | }
|
| | | package com.yeshi.fanli.service.inter.taobao; |
| | | |
| | | import com.yeshi.goods.facade.entity.taobao.TaoBaoGoodsBrief; |
| | | |
| | | /** |
| | | * 自购立减商品更新 |
| | | * |
| | | * @author Administrator |
| | | * |
| | | */ |
| | | public interface TLJBuyGoodsUpdateService { |
| | | |
| | | /** |
| | | * 更新商品 |
| | | * |
| | | * @param goods |
| | | */ |
| | | public void updateGoods(TaoBaoGoodsBrief goods); |
| | | } |