public class BaseVo<T extends Serializable> extends BasePagination<T>
currentPage, DEFAULT_MAX_PAGE_INDEX_NUMBER, DEFAULT_PAGE_NUM, DEFAULT_PAGE_SIZE, firstPage, hasNext, hasPrevious, limit, nextPage, pageNumberList, previousPage, rows, total, totalPageMAP_PAGE_FIELD| 构造器和说明 |
|---|
BaseVo() |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,Object> |
convertPageMap(String... ignoreProperties)
获取对象属性对应的map
|
String |
toString() |
getCurrentPage, getFirstPage, getLimit, getMaxPageIndexNumber, getNextPage, getPageNumberList, getPreviousPage, getRows, getTotal, getTotalPage, init, isHasNext, isHasPrevious, setCurrentPage, setFirstPage, setHasNext, setLimit, setMaxPageIndexNumber, setRows, setTotalpublic Map<String,Object> convertPageMap(String... ignoreProperties)
ignoreProperties - 不需要的属性public String toString()
toString 在类中 BasePagination<T extends Serializable>Copyright © 2018. All rights reserved.