public class Paging<T> extends Object implements Serializable
Paging(List<T> data)
static <T> Paging<T>
convert(List<T> data)
convert(com.github.pagehelper.PageInfo<T> info)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Paging(List<T> data)
public static <T> Paging<T> convert(com.github.pagehelper.PageInfo<T> info)
public static <T> Paging<T> convert(List<T> data)
Copyright © 2019. All rights reserved.