| 程序包 | 说明 |
|---|---|
| pro.haichuang.framework.base.page |
核心分页
|
| pro.haichuang.framework.base.response |
核心响应
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
PageDTO<T>
分页DTO
该类为分页DTO,
Pageable 的默认实现, 用于项目中所有分页相关功能数据传输, 原则上所有分页相关功能均使用此类 |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> PageVO<T> |
ResultVO.okOfPage(Pageable<T> simplePage) |
static <T> PageVO<T> |
ResultVO.okOfPage(Pageable<T> simplePage,
String userTip) |
static <T> PageVO<T> |
ResultVO.otherOfPage(BaseEnum baseEnum,
Pageable<T> simplePage) |
static <T> PageVO<T> |
ResultVO.otherOfPage(BaseEnum baseEnum,
Pageable<T> simplePage,
String userTip) |
Copyright © 2021 HaiChuang Inc.. All rights reserved.