From b278a4b743d0cf45fd0b42bc78ff42f4e1124baf Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期二, 19 十月 2021 12:20:04 +0800
Subject: [PATCH] 优化diamante

---
 java110-bean/src/main/java/com/java110/po/community/CommunityPo.java |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/java110-bean/src/main/java/com/java110/po/community/CommunityPo.java b/java110-bean/src/main/java/com/java110/po/community/CommunityPo.java
old mode 100644
new mode 100755
index bf338a6..0025ee4
--- a/java110-bean/src/main/java/com/java110/po/community/CommunityPo.java
+++ b/java110-bean/src/main/java/com/java110/po/community/CommunityPo.java
@@ -25,6 +25,9 @@
     private String bId;
 
     private String communityArea;
+    private String payFeeMonth;
+    private String feePrice;
+
 
     private String statusCd = "0";
 
@@ -131,4 +134,20 @@
     public void setStatusCd(String statusCd) {
         this.statusCd = statusCd;
     }
+
+    public String getPayFeeMonth() {
+        return payFeeMonth;
+    }
+
+    public void setPayFeeMonth(String payFeeMonth) {
+        this.payFeeMonth = payFeeMonth;
+    }
+
+    public String getFeePrice() {
+        return feePrice;
+    }
+
+    public void setFeePrice(String feePrice) {
+        this.feePrice = feePrice;
+    }
 }

--
Gitblit v1.8.0