公告板
版本库
filestore
活动
搜索
登录
main
/
sccg_server
遂昌综合执法平台服务端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
油烟对外接口
zhanghua
2023-03-03
1ded71f8fe1b7ac7746e6ea6e09b7db4a4000340
[sccg_server.git]
/
ycl-smoke
/
src
/
main
/
java
/
com
/
ycl
/
smoke
/
dto
/
ResultsPageInfo.java
1
2
3
4
5
6
7
8
9
10
11
12
package com.ycl.smoke.dto;
import lombok.Data;
@Data
public class ResultsPageInfo {
private Integer Page;
private Integer PerPage;
private Integer TotalPage;
private Integer Total;
private Integer CurrentTotal;
}