T - 泛型public class MsPage<T> extends Object implements Serializable
| Constructor and Description |
|---|
MsPage() |
| Modifier and Type | Method and Description |
|---|---|
static <T> MsPage<T> |
of(com.baomidou.mybatisplus.core.metadata.IPage<T> page)
mybatis-plus 分页模型转换
|
public static <T> MsPage<T> of(com.baomidou.mybatisplus.core.metadata.IPage<T> page)
T - 泛型page - 分页实体类Copyright © 2023. All rights reserved.