productTool
public Product get(long id)
public Product getByOrderNum(long orderNum)
1. 方法不带参数
public List < Product> findList()
2. 方法带一个参数
public List < Product> findList(int rows)
3. 方法带两个参数
public List < Product> findList(int page, int rows)
1. 方法带一个参数
public List< Product> findListByCategoryId(long categoryId)
2. 方法带两个参数
public List< Product> findListByCategoryId(long categoryId, int rows)
3. 方法带三个参数
public List< Product> findListByCategoryId(long categoryId, int page, int rows)
1. 方法带一个参数
public List< Product> findListByCategoryOrderNum(long orderNum)
2. 方法带两个参数
public List< Product> findListByCategoryOrderNum(long orderNum, int rows)
3. 方法带三个参数
public List< Product> findListByCategoryOrderNum(long orderNum, int page, int rows)
盖饭微信公众号
友情链接:
版权所有:湖南群站信息技术有限公司备案号:湘ICP备18013581号-1