public class PageResponse<T> extends BaseResponse
PageResponse()
static <T> PageResponse<T>
of(Long current, Long size, Long total, List<T> data)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PageResponse()
public static <T> PageResponse<T> of(Long current, Long size, Long total, List<T> data)
Copyright © 2023 Irvingsoft. All rights reserved.