public class ExportPage<T> extends Object
| 构造器和说明 |
|---|
ExportPage() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCurrent() |
List<T> |
getRecords() |
Long |
getSize() |
Long |
getTotal() |
void |
setCurrent(Long current) |
void |
setRecords(List<T> records) |
void |
setSize(Long size) |
void |
setTotal(Long total) |
Copyright © 2022. All rights reserved.