From f551026ffbfc37ff79bae0aef0e16264fc49e7d5 Mon Sep 17 00:00:00 2001
From: 15178832520 <121184950@qq.com>
Date: 星期四, 11 六月 2020 15:05:05 +0800
Subject: [PATCH] Merge branch 'master' of https://github.com/java110/MicroCommunity

---
 java110-bean/src/main/java/com/java110/vo/MorePageVo.java |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/java110-bean/src/main/java/com/java110/vo/MorePageVo.java b/java110-bean/src/main/java/com/java110/vo/MorePageVo.java
index af55199..13045bd 100644
--- a/java110-bean/src/main/java/com/java110/vo/MorePageVo.java
+++ b/java110-bean/src/main/java/com/java110/vo/MorePageVo.java
@@ -18,6 +18,9 @@
     // 琛屾暟
     private int rows;
 
+    //椤垫暟
+    private int records;
+
     // 鎬昏褰曟暟
     private int total;
 
@@ -45,4 +48,12 @@
     public void setTotal(int total) {
         this.total = total;
     }
+
+    public int getRecords() {
+        return records;
+    }
+
+    public void setRecords(int records) {
+        this.records = records;
+    }
 }

--
Gitblit v1.8.0