| 限定符和类型 | 方法和说明 |
|---|---|
static <T> PageResult<T> |
PageResult.empty() |
static <T> PageResult<T> |
PageResult.of(com.github.pagehelper.Page<?> page,
List<T> list) |
static <T> PageResult<T> |
PageResult.of(com.github.pagehelper.Page<T> page) |
Copyright © 2023. All rights reserved.