提交 8c15f7d8 编写于 作者: M macro

Update CommonPage.java

上级 dfaf43e7
......@@ -10,10 +10,25 @@ import java.util.List;
* Created by macro on 2019/4/19.
*/
public class CommonPage<T> {
/**
* 当前页码
*/
private Integer pageNum;
/**
* 每页数量
*/
private Integer pageSize;
/**
* 总页数
*/
private Integer totalPage;
/**
* 总条数
*/
private Long total;
/**
* 分页数据
*/
private List<T> list;
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册