| | |
| | | * @param type |
| | | * @throws UserShareGoodsRecordException |
| | | */ |
| | | public void saveSingleShareRecord(Long uid, Long auctionId, Integer goodsType) throws UserShareGoodsRecordException; |
| | | public void saveSingleShareRecord(Long uid, String auctionId, Integer goodsType) throws UserShareGoodsRecordException; |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | * @throws UserShareGoodsRecordException |
| | | */ |
| | | public ShareGoodsRecordDTO addRecordGoodsDetail(Long uid, Long auctionId, Integer goodsType, boolean isTaolijin) throws UserShareGoodsRecordException; |
| | | public ShareGoodsRecordDTO addRecordGoodsDetail(Long uid, String auctionId, Integer goodsType, boolean isTaolijin) throws UserShareGoodsRecordException; |
| | | |
| | | /** |
| | | * 选品库商品分享 |