From c007f0ca1785db093d48f4846cda82fe8e955765 Mon Sep 17 00:00:00 2001 From: kimi <kimi42345@gmail.com> Date: 星期三, 27 五月 2020 09:59:29 +0800 Subject: [PATCH] merage --- src/main/java/com/highdatas/mdm/pojo/Page.java | 20 +++++++++++++++++++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/highdatas/mdm/pojo/Page.java b/src/main/java/com/highdatas/mdm/pojo/Page.java index 8baa598..202f4a7 100644 --- a/src/main/java/com/highdatas/mdm/pojo/Page.java +++ b/src/main/java/com/highdatas/mdm/pojo/Page.java @@ -4,12 +4,30 @@ @JsonInclude(JsonInclude.Include.NON_NULL) public class Page { - + + /* + * 姣忛〉鏉℃暟 + * */ private int pageSize; + /* + * 璁板綍鏁� + * */ private long recordCount; + /* + *褰撳墠椤垫暟 + * */ private int pageNo; + /* + *鎬婚〉鏁� + * */ private int pages; + /* + *寮�濮嬭褰曟暟 + * */ private transient Integer beginNo; + /* + *缁撴潫璁板綍鏁� + * */ private transient Integer endNo; public int getBeginNo() { -- Gitblit v1.8.0