PageHelper分页查询

PageHelper.startPage(req.getCurrentPage(), req.getPageSize());
List<CashGrantListDto> myList = cashGrantMapper.selectCashGrantList(entity);
PageInfo<CashGrantListDto> pageInfo = new PageInfo<>(myList);
return pageInfo;


posted @ 2022-03-24 14:18  春天里的桃花  阅读(159)  评论(0)    收藏  举报