From 2b919980a8c70554a64cb3d03cc95679af4d817f Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期一, 03 七月 2023 00:22:16 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
java110-bean/src/main/java/com/java110/po/community/CommunityPo.java | 76 ++++++++++++++++++++++++++++++++++++++
1 files changed, 76 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 5566c76..10e2d83
--- a/java110-bean/src/main/java/com/java110/po/community/CommunityPo.java
+++ b/java110-bean/src/main/java/com/java110/po/community/CommunityPo.java
@@ -20,6 +20,18 @@
private String mapX;
private String mapY;
private String state;
+ private String tel;
+ private String createTime;
+ private String bId;
+
+ private String communityArea;
+ private String payFeeMonth;
+ private String feePrice;
+
+ private String qrCode;
+
+
+ private String statusCd = "0";
public String getCommunityId() {
return communityId;
@@ -84,4 +96,68 @@
public void setState(String state) {
this.state = state;
}
+
+ public String getCommunityArea() {
+ return communityArea;
+ }
+
+ public void setCommunityArea(String communityArea) {
+ this.communityArea = communityArea;
+ }
+
+ public String getTel() {
+ return tel;
+ }
+
+ public void setTel(String tel) {
+ this.tel = tel;
+ }
+
+ public String getCreateTime() {
+ return createTime;
+ }
+
+ public void setCreateTime(String createTime) {
+ this.createTime = createTime;
+ }
+
+ public String getbId() {
+ return bId;
+ }
+
+ public void setbId(String bId) {
+ this.bId = bId;
+ }
+
+ public String getStatusCd() {
+ return statusCd;
+ }
+
+ 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;
+ }
+
+ public String getQrCode() {
+ return qrCode;
+ }
+
+ public void setQrCode(String qrCode) {
+ this.qrCode = qrCode;
+ }
}
--
Gitblit v1.8.0