final version

This commit is contained in:
2024-04-24 09:37:20 +08:00
parent c47f75d166
commit d3089a9c4c
23 changed files with 204 additions and 111 deletions

View File

@@ -10,10 +10,10 @@ import com.ruoyi.common.utils.StringUtils;
public class PageDomain
{
/** 当前记录起始索引 */
private Integer pageNum;
private Integer pageNum = 1;
/** 每页显示记录数 */
private Integer pageSize;
private Integer pageSize = 10;
/** 排序列 */
private String orderByColumn;