From 3670dff70c8454127a1a6dc28b5c94770e053471 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 08 十一月 2022 15:58:17 +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