admin
2024-01-23 81da61b828e29b7745e1382dfbbaeb685dc083ef
fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserGoodsStorageService.java
@@ -43,7 +43,7 @@
    * @return
    * @throws UserGoodsStorageException
    */
   public void save(Long uid, Set<Long> auctionIds, Integer goodsType) throws UserGoodsStorageException;
   public void save(Long uid, Set<String> auctionIds, Integer goodsType) throws UserGoodsStorageException;
   /**
    * 批量删除
@@ -75,7 +75,7 @@
    * @param auctionId 淘宝商品 id
    * @return
    */
   public UserGoodsStorage getByUidAndAuctionId(Long uid, Long auctionId, Integer goodsType);
   public UserGoodsStorage getByUidAndAuctionId(Long uid, String auctionId, Integer goodsType);
   /**
    *  判断是否属于选品库
@@ -83,7 +83,7 @@
    * @param auctionId 商品id
    * @return 
    */
   public boolean isExistStorage(Long uid, Long auctionId, Integer goodType);
   public boolean isExistStorage(Long uid, String auctionId, Integer goodType);
   /**
    * 选品库分享商品