old mode 100644
new mode 100755
| | |
| | | */ |
| | | private String unitId; |
| | | |
| | | private String[] unitIds; |
| | | |
| | | private String communityId; |
| | | |
| | | /** |
| | | * 编号 |
| | | */ |
| | | private String unitNum; |
| | | |
| | | private String unitArea; |
| | | |
| | | /** |
| | | * 名称 |
| | |
| | | public void setCommunityId(String communityId) { |
| | | this.communityId = communityId; |
| | | } |
| | | |
| | | public String[] getUnitIds() { |
| | | return unitIds; |
| | | } |
| | | |
| | | public void setUnitIds(String[] unitIds) { |
| | | this.unitIds = unitIds; |
| | | } |
| | | |
| | | public String getUnitArea() { |
| | | return unitArea; |
| | | } |
| | | |
| | | public void setUnitArea(String unitArea) { |
| | | this.unitArea = unitArea; |
| | | } |
| | | } |