yujian
2020-01-18 f4a0f2acc63d7785eab108419a4e16f5f688cb95
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);
}