public class PageList<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<T> |
list |
protected Long |
total |
| Constructor and Description |
|---|
PageList() |
PageList(List<T> data,
Integer pageIndex,
Integer rows) |
PageList(List<T> list,
Long total) |
Copyright © 2025. All rights reserved.