final version
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user