fanli/src/main/java/com/yeshi/fanli/service/inter/taobao/TLJBuyGoodsService.java
@@ -74,7 +74,7 @@ * @param auctionId * @return */ public boolean verifyCanCreateTLJ(Long auctionId,TaoKeAppInfo app); public boolean verifyCanCreateTLJ(Long auctionId, TaoKeAppInfo app); /** * 更新商品 @@ -101,4 +101,10 @@ */ public TLJBuyGoods selectByAuctionIdAndDay(Long auctionId, String day); /* * 删除商品 * */ public void removeGoods(Long auctionId); }