public class Paging<T> extends Object implements Serializable
| Constructor and Description |
|---|
Paging() |
Paging(com.baomidou.mybatisplus.core.metadata.IPage page) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getRecords() |
long |
getTotal() |
void |
setRecords(List<T> records) |
void |
setTotal(long total) |
String |
toString() |
Copyright © 2019. All rights reserved.