| | |
| | | *
|
| | | * @param goods
|
| | | */
|
| | | public void addTLJBuyGoods(TLJBuyGoods goods,TaoKeAppInfo taoKeAppInfo);
|
| | | public void addTLJBuyGoods(TLJBuyGoods goods, TaoKeAppInfo taoKeAppInfo);
|
| | |
|
| | | /**
|
| | | * 添加自购立减商品
|
| | | * |
| | | * @param goods
|
| | | * @param taoKeAppInfo
|
| | | */
|
| | | public void addTLJBuyGoods(TLJBuyGoods goods);
|
| | |
|
| | | /**
|
| | | * 根据日期查找
|
| | |
| | | */
|
| | | public List<TLJBuyGoods> listByDay(String day);
|
| | |
|
| | | public List<TLJBuyGoods> listByDay(String day, int count);
|
| | | /**
|
| | | * 根据appkey与日期查找
|
| | | * |
| | | * @param appKey
|
| | | * @param day
|
| | | * @param count
|
| | | * @return
|
| | | */
|
| | | public List<TLJBuyGoods> listByDay(String appKey, String day, int count);
|
| | |
|
| | | /**
|
| | | * 根据主键删除
|
| | |
| | | * @param auctionId
|
| | | * @return
|
| | | */
|
| | | public boolean verifyCanCreateTLJ(Long auctionId);
|
| | | public boolean verifyCanCreateTLJ(Long auctionId, TaoKeAppInfo app);
|
| | |
|
| | | /**
|
| | | * 更新商品
|
| | |
| | | */
|
| | | public TLJBuyGoods selectByAuctionIdAndDay(Long auctionId, String day);
|
| | |
|
| | | /*
|
| | | * 删除商品
|
| | | * |
| | | */
|
| | | public void removeGoods(Long auctionId);
|
| | |
|
| | | }
|