类 BasePageResponse<T>
java.lang.Object
cn.sinozg.applet.common.core.base.BaseResponse<T>
cn.sinozg.applet.common.core.base.BasePageResponse<T>
请求响应信息基类 分页返回
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 cn.sinozg.applet.common.core.base.BaseResponse
getBizStatus, getData, getErrorInfo, getTraceId, setBizStatus, setData, setErrorInfo, setTraceId
-
字段详细资料
-
page
分页信息
-
-
构造器详细资料
-
BasePageResponse
public BasePageResponse()
-
-
方法详细资料
-
getPage
获取 分页信息- 返回:
- page 分页信息
-
setPage
设置 分页信息- 参数:
page- 分页信息
-