public class PageJsonBean<T> extends JsonBean<List<T>>
PageJsonBean(long count, Integer pageNo, Integer pageSize, List<T> data)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PageJsonBean(long count, Integer pageNo, Integer pageSize, List<T> data)
Copyright © 2022. All rights reserved.