类 PageResponse<T>


  • public class PageResponse<T>
    extends java.lang.Object
    分 页 结 果
    作者:
    youta
    • 构造器概要

      构造器 
      构造器 说明
      PageResponse​(int total, java.util.List<T> record)
      构建实体
      PageResponse​(com.github.pagehelper.PageInfo<T> pageInfo)
      构建实体
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • PageResponse

        public PageResponse​(int total,
                            java.util.List<T> record)
        构建实体
        参数:
        total - total
        record - records
      • PageResponse

        public PageResponse​(com.github.pagehelper.PageInfo<T> pageInfo)
        构建实体
        参数:
        pageInfo - pageInfo