接口 IPageSplit


public interface IPageSplit
分页对象
作者:
admin
  • 方法详细资料

    • getPageCurrent

      int getPageCurrent()
      当前页编号
      返回:
      the _PageCurrent
    • getPageCount

      int getPageCount()
      总页数
      返回:
      the _PageCount
    • getRecordCount

      int getRecordCount()
      记录数
      返回:
      the _RecordCount
    • getPageSize

      int getPageSize()
      每页的记录数
      返回:
      the _PageSize