From 1880a499b003a82ca3ef02cc708023a74fa400d9 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期一, 23 十一月 2020 22:55:17 +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