类 QueryResult<T>

    • 构造器详细资料

      • QueryResult

        public QueryResult()
      • QueryResult

        public QueryResult​(List<T> list)
    • 方法详细资料

      • getList

        public List<T> getList()
      • setList

        public void setList​(List<T> list)
      • getTotal

        public long getTotal()
      • setTotal

        public void setTotal​(long total)