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