public class POJOPageInfo<T> extends Object implements IPageInfo<T>
| 构造器和说明 |
|---|
POJOPageInfo(int rowsPerPage,
int nowPage) |
POJOPageInfo(int rowsPerPage,
int nowPage,
int count) |
public POJOPageInfo(int rowsPerPage,
int nowPage)
public POJOPageInfo(int rowsPerPage,
int nowPage,
int count)
public void setCount(int count)
IPageInfopublic int getRowsPerPage()
public int getNowPage()
Copyright © 2017. All rights reserved.