| 程序包 | 说明 |
|---|---|
| cn.stylefeng.roses.kernel.db.api.factory |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> PageResult<T> |
PageResultFactory.createPageResult(List<T> rows,
Long count,
Integer pageSize,
Integer pageNo)
将mybatis-plus的page转成自定义的PageResult,扩展了totalPage总页数
|
static <T> PageResult<T> |
PageResultFactory.createPageResult(com.baomidou.mybatisplus.extension.plugins.pagination.Page<T> page)
将mybatis-plus的page转成自定义的PageResult,扩展了totalPage总页数
|
Copyright © 2024. All rights reserved.