Skip to content

Commit 15e7128

Browse files
committed
feat(api): compact page num arg name
1 parent 22ab2cd commit 15e7128

File tree

1 file changed

+1
-1
lines changed
  • ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/web/page

1 file changed

+1
-1
lines changed

ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/web/page/TableSupport.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class TableSupport
1313
/**
1414
* 当前记录起始索引
1515
*/
16-
public static final String PAGE_NUM = "pageNum";
16+
public static final String PAGE_NUM = "current";
1717

1818
/**
1919
* 每页显示记录数

0 commit comments

Comments
 (0)