| | |
| | | import com.yeshi.fanli.dto.vip.goods.VIPGoodsInfo; |
| | | import com.yeshi.fanli.entity.goods.ScanHistoryV2; |
| | | import com.yeshi.fanli.entity.jd.JDGoods; |
| | | import com.yeshi.fanli.util.goods.douyin.vo.DYGoodsDetail; |
| | | import com.yeshi.goods.facade.entity.taobao.TaoBaoGoodsBrief; |
| | | import com.yeshi.fanli.exception.goods.CommonGoodsException; |
| | | import com.yeshi.fanli.exception.goods.ScanHistoryException; |
| | |
| | | * @param device |
| | | * @param auctionId |
| | | */ |
| | | public void deleteByAuctionIdAndDeviceOrUid(Long uid, String device, Long auctionId); |
| | | public void deleteByAuctionIdAndDeviceOrUid(Long uid, String device, String auctionId); |
| | | |
| | | /** |
| | | * 添加京东商品足迹记录 |
| | |
| | | public void addSuningScanHistory(Long uid, String device, SuningGoodsInfo suningGoods) |
| | | throws CommonGoodsException, ScanHistoryException; |
| | | |
| | | |
| | | /** |
| | | * 抖音浏览记录 |
| | | * @Title: addSuningScanHistory |
| | | * @Description: |
| | | * @param uid |
| | | * @param device |
| | | * @param dyGoods |
| | | * @throws CommonGoodsException |
| | | * @throws ScanHistoryException |
| | | * void 返回类型 |
| | | * @throws |
| | | */ |
| | | public void addDYScanHistory(Long uid, String device, DYGoodsDetail dyGoods) |
| | | throws CommonGoodsException, ScanHistoryException; |
| | | |
| | | |
| | | /** |
| | | * 根据简版商品ID删除 |
| | | * @param uid |