Commit d4275e53 by 朱瑞泽

update doc

parent 783d2b14
......@@ -127,7 +127,7 @@ public class XXXXInnerServiceImpl implements XXXXService {
PageHelper.startPage(1, 20);
Page<XXXX> page = mapper.queryPageList(storeId);
// 转换为DTO
return PageUtil.changePageHelperToCurrentPage(page);
return PageUtil.changePageHelperToCurrentPage(page, XXXXDTO.class);
}
}
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment