| | |
| | | */
|
| | | public interface DaTaoKeGoodsService {
|
| | |
|
| | | public List<DaTaoKeDetail> getCurrentSalesRankGoodsList(Long cid);
|
| | | public List<DaTaoKeDetail> getCurrentSalesRankGoodsList(Integer cid);
|
| | |
|
| | | /**
|
| | | * 全天销量榜
|
| | |
| | | * @param cid
|
| | | * @return
|
| | | */
|
| | | public List<DaTaoKeDetail> getCurrentDaySalesRankGoodsList(Long cid);
|
| | | public List<DaTaoKeDetail> getCurrentDaySalesRankGoodsList(Integer cid);
|
| | |
|
| | | /**
|
| | | * 获取热推榜
|
| | |
| | | */
|
| | | public List<DaTaoKeDetail> getCurrentHotSalesRankGoodsList();
|
| | |
|
| | | |
| | | |
| | | public List<DaTaoKeDetail> getGoodsNotInList(Long cid, List<Long> listId, int count);
|
| | |
|
| | | }
|