| | |
| | | * @param auctionId |
| | | * @return |
| | | */ |
| | | public UserShareGoodsGroup getNewestRecord(Long uid, Long auctionId, Integer goodsType); |
| | | public UserShareGoodsGroup getNewestRecord(Long uid, String auctionId, Integer goodsType); |
| | | |
| | | |
| | | /** |
| | |
| | | * @param count |
| | | * @throws UserShareGoodsRecordException |
| | | */ |
| | | public void updateBrowseRecord(Long uid, Long auctionId, int count) throws UserShareGoodsRecordException; |
| | | public void updateBrowseRecord(Long uid, String auctionId, int count) throws UserShareGoodsRecordException; |
| | | |
| | | /** |
| | | * 记录浏览次数 |
| | |
| | | * @param goodsType |
| | | * @throws UserShareGoodsRecordException |
| | | */ |
| | | public void updateBrowseNum(Long uid, Long id, int goodsType) throws UserShareGoodsRecordException; |
| | | public void updateBrowseNum(Long uid, String id, int goodsType) throws UserShareGoodsRecordException; |
| | | } |