From b164a7c89c9e9e42fd84e72067bf09ee7394ae64 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期六, 18 九月 2021 12:50:53 +0800
Subject: [PATCH] 优化代码

---
 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
index bf338a6..0025ee4 100755
--- 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