From 867a55534175029c57385e8d4f403639fa65c7ad Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 20 一月 2021 23:44:51 +0800
Subject: [PATCH] 优化报修相关代码
---
java110-bean/src/main/java/com/java110/po/community/CommunityPo.java | 10 ++++++++++
1 files changed, 10 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 5566c76..f92afb9 100644
--- a/java110-bean/src/main/java/com/java110/po/community/CommunityPo.java
+++ b/java110-bean/src/main/java/com/java110/po/community/CommunityPo.java
@@ -21,6 +21,8 @@
private String mapY;
private String state;
+ private String communityArea;
+
public String getCommunityId() {
return communityId;
}
@@ -84,4 +86,12 @@
public void setState(String state) {
this.state = state;
}
+
+ public String getCommunityArea() {
+ return communityArea;
+ }
+
+ public void setCommunityArea(String communityArea) {
+ this.communityArea = communityArea;
+ }
}
--
Gitblit v1.8.0