| | |
| | | */
|
| | | public Long queryCountByGoodsId(Long goodsId);
|
| | |
|
| | | /**
|
| | | * 批量入库--淘宝
|
| | | * |
| | | * @param auctionIdList
|
| | | * @param admin
|
| | | * @throws Exception
|
| | | */
|
| | | public void addBatch(List<Long> auctionIdList, String las, AdminUser admin) throws Exception;
|
| | |
|
| | | /**
|
| | | * 精选库商品筛选
|
| | |
| | | */
|
| | | public List<QualityFactory> listByMinSalesCountOrderByCreateTimeDesc(int salesCount, int page, int pageSize);
|
| | |
|
| | | /**
|
| | | * 批量添加商品至精选库 并贴上标签
|
| | | * @param listTaoBaoGoods
|
| | | * @param lableNames
|
| | | * @param admin
|
| | | * @throws Exception
|
| | | */
|
| | | public void addBatchTaoBaoGoods(List<TaoBaoGoodsBrief> listTaoBaoGoods, String lableNames, AdminUser admin)
|
| | | throws Exception;
|
| | |
|
| | | }
|