| | |
| | | */
|
| | | public List<DaTaoKeDetail> listByIds(List<Long> idList);
|
| | |
|
| | | /** |
| | | * 根据标题查询
|
| | | * |
| | | |
| | | /**
|
| | | * 查询一类全部
|
| | | * @param cid
|
| | | * @param listId
|
| | | * @param count
|
| | | * @return
|
| | | */
|
| | | public List<DaTaoKeDetail> getGoodsNotInList(Long cid, List<Long> listId, int count);
|
| | | |
| | | /* 根据标题查询
|
| | | * @param dtitle
|
| | | * @return
|
| | | */
|
| | |
| | | * @return
|
| | | */
|
| | | public Long countSearchByTitleWithCid(String title, Long cid);
|
| | |
|
| | | |
| | | /**
|
| | | * 查询一类全部
|
| | | * @param cid
|
| | | * @param listId
|
| | | * @param count
|
| | | * @return
|
| | | */
|
| | | public List<DaTaoKeDetail> getGoodsNotInList(Long cid, List<Long> listId, int count);
|
| | | |
| | | |
| | | /* 根据标题查询
|
| | | * @param dtitle
|
| | | * @return
|
| | | */
|
| | | public List<DaTaoKeDetail> listByDtitle(String dtitle);
|
| | |
|
| | | }
|