Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
8c15f7d8
Commit
8c15f7d8
authored
Sep 07, 2020
by
macro
Browse files
Update CommonPage.java
parent
dfaf43e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-common/src/main/java/com/macro/mall/common/api/CommonPage.java
View file @
8c15f7d8
...
...
@@ -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
;
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment