| | |
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.entity.taobao.TLJBuyGoods;
|
| | | import com.yeshi.fanli.entity.taobao.TaoBaoGoodsBrief;
|
| | | import com.yeshi.fanli.entity.taobao.TaoKeAppInfo;
|
| | | import com.yeshi.goods.facade.entity.taobao.TaoBaoGoodsBrief;
|
| | | import com.yeshi.common.entity.taobao.TaoKeAppInfo;
|
| | |
|
| | | /**
|
| | | * 自购立减
|
| | |
| | | * @param auctionId
|
| | | * @return
|
| | | */
|
| | | public boolean verifyCanCreateTLJ(Long auctionId,TaoKeAppInfo app);
|
| | | public boolean verifyCanCreateTLJ(Long auctionId, TaoKeAppInfo app);
|
| | |
|
| | | /**
|
| | | * 更新商品
|
| | |
| | | */
|
| | | public TLJBuyGoods selectByAuctionIdAndDay(Long auctionId, String day);
|
| | |
|
| | | /*
|
| | | * 删除商品
|
| | | * |
| | | */
|
| | | public void removeGoods(Long auctionId);
|
| | |
|
| | | }
|