yujian
2020-05-18 106a09463e66ffe39383bdab28f501ec47b5fcc4
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);
}