| | |
| | | * @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; |
| | | |
| | | /** |
| | | * 批量删除 |
| | |
| | | * @param auctionId 淘宝商品 id |
| | | * @return |
| | | */ |
| | | public UserGoodsStorage getByUidAndAuctionId(Long uid, Long auctionId, Integer goodsType); |
| | | public UserGoodsStorage getByUidAndAuctionId(Long uid, String auctionId, Integer goodsType); |
| | | |
| | | /** |
| | | * 判断是否属于选品库 |
| | |
| | | * @param auctionId 商品id |
| | | * @return |
| | | */ |
| | | public boolean isExistStorage(Long uid, Long auctionId, Integer goodType); |
| | | public boolean isExistStorage(Long uid, String auctionId, Integer goodType); |
| | | |
| | | /** |
| | | * 选品库分享商品 |