| | |
| | |
|
| | | import com.yeshi.fanli.entity.taobao.ShareHotGoods;
|
| | | import com.yeshi.fanli.entity.taobao.TaoBaoGoodsBrief;
|
| | | import com.yeshi.fanli.entity.taobao.TaoKeAppInfo;
|
| | |
|
| | | public interface ShareHotGoodsService {
|
| | |
|
| | |
| | | */
|
| | | public List<ShareHotGoods> listByDay(String day);
|
| | |
|
| | | public List<ShareHotGoods> listByDay(String day, int count);
|
| | |
|
| | | /**
|
| | | * 根据主键删除
|
| | | *
|
| | |
| | | *
|
| | | * @return
|
| | | */
|
| | | public List<TaoBaoGoodsBrief> listPreGoods();
|
| | | public List<TaoBaoGoodsBrief> listPreGoods(int page);
|
| | |
|
| | | /**
|
| | | * 根据商品id删除
|
| | | * |
| | | * @param goodsId
|
| | | */
|
| | | public void deleteByGoodsId(Long goodsId);
|
| | |
|
| | | /**
|
| | | * 验证是否可以创建淘礼金
|
| | | * |
| | | * @param auctionId
|
| | | * @return
|
| | | */
|
| | | public boolean verifyCanCreateTLJ(Long auctionId,TaoKeAppInfo info);
|
| | |
|
| | | /**
|
| | | * 更新分享库商品
|
| | | * |
| | | * @param goods
|
| | | */
|
| | | public void updateShareGoods(TaoBaoGoodsBrief goods);
|
| | |
|
| | | }
|