old mode 100644
new mode 100755
| | |
| | | private String auditStatusCd; |
| | | private String areaCode; |
| | | private String areaName; |
| | | private String cityName; |
| | | private String provName; |
| | | private String parentAreaCode; |
| | | private String parentAreaName; |
| | | private String tel; |
| | | |
| | | private String communityArea; |
| | | |
| | |
| | | public void setCommunityAttrDtos(List<CommunityAttrDto> communityAttrDtos) { |
| | | this.communityAttrDtos = communityAttrDtos; |
| | | } |
| | | |
| | | public String getCityName() { |
| | | return cityName; |
| | | } |
| | | |
| | | public void setCityName(String cityName) { |
| | | this.cityName = cityName; |
| | | } |
| | | |
| | | public String getProvName() { |
| | | return provName; |
| | | } |
| | | |
| | | public void setProvName(String provName) { |
| | | this.provName = provName; |
| | | } |
| | | |
| | | public String getTel() { |
| | | return tel; |
| | | } |
| | | |
| | | public void setTel(String tel) { |
| | | this.tel = tel; |
| | | } |
| | | } |