Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-ui
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
qinchao
2018-01-26 15:55:41 +0800
Commit
5534cdf88b1dc8dc513c31cb23eac94de28bdae8
1 parent
90c04acc
添加tostring
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
monitor-ui-common/src/main/java/com/ui/model/req/PageRequest.java
monitor-ui-common/src/main/java/com/ui/model/req/PageRequest.java
View file @
5534cdf
package
com
.
ui
.
model
.
req
;
import
lombok.ToString
;
/**
* 统一的分页请求对象 描述:
*
* @author ping.huang 2016年1月25日
*/
@ToString
public
class
PageRequest
{
private
int
currentPage
=
1
;
...
...
Please
register
or
login
to post a comment