java110-bean/src/main/java/com/java110/po/community/CommunityLocationPo.java
@@ -9,6 +9,7 @@ private String locationId; private String locationType; private String communityId; private String statusCd="0"; public String getLocationName() { return locationName; } @@ -34,6 +35,11 @@ this.communityId = communityId; } public String getStatusCd() { return statusCd; } public void setStatusCd(String statusCd) { this.statusCd = statusCd; } }