接口 IPageSplit
public interface IPageSplit
分页对象
- 作者:
- admin
-
方法概要
修饰符和类型方法说明int总页数int当前页编号int每页的记录数int记录数
-
方法详细资料
-
getPageCurrent
int getPageCurrent()当前页编号- 返回:
- the _PageCurrent
-
getPageCount
int getPageCount()总页数- 返回:
- the _PageCount
-
getRecordCount
int getRecordCount()记录数- 返回:
- the _RecordCount
-
getPageSize
int getPageSize()每页的记录数- 返回:
- the _PageSize
-