admin
2024-04-26 5e7b0ed4a154ad067cbcf4aa1a1c7cce32f9864c
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);
   /**
    * 选品库分享商品