This commit is contained in:
songjinsheng
2022-05-11 15:58:35 +08:00
parent 9476f7f616
commit 8020eabaa9
68 changed files with 3396 additions and 3084 deletions

View File

@ -15,7 +15,8 @@ public class PageUtils extends PageHelper
/**
* 设置请求分页数据
*/
public static void startPage()
public static void
startPage()
{
PageDomain pageDomain = TableSupport.buildPageRequest();
Integer pageNum = pageDomain.getPageNum();