From 57813e77420836bf8280bcfc731ef40b50aa58fb Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期四, 24 十一月 2022 02:25:09 +0800
Subject: [PATCH] 缴费赠送优惠券 功能开发完成
---
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
old mode 100644
new mode 100755
index af55199..13045bd
--- 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