- PageQuery - top.lshaci.framework.common.model中的类
-
Page base query entity
0.0.4: Change to non-abstract
1.0.3: 添加{code @ToString}
1.0.5: Move form framework web module to framework common module
- PageQuery() - 类 的构造器top.lshaci.framework.common.model.PageQuery
-
- PageResult<T> - top.lshaci.framework.common.model中的类
-
Page qo result
- PageResult(int, int) - 类 的构造器top.lshaci.framework.common.model.PageResult
-
Constructs a new page result with the current page number and page size
- PageResult(int, int, int) - 类 的构造器top.lshaci.framework.common.model.PageResult
-
Constructs a new page result with the current page number, page size, data total
- PageResult(int, int, int, List<T>) - 类 的构造器top.lshaci.framework.common.model.PageResult
-
Constructs a new page result with the current page number, page size, data total, datas