| | |
| | | private String parentOrgId; |
| | | private String parentOrgName; |
| | | private String belongCommunityId; |
| | | private String belongCommunityName; |
| | | private String description; |
| | | private String allowOperation; |
| | | private String staffId; |
| | | |
| | | private String orgLevelName; |
| | | |
| | |
| | | public void setBelongCommunityId(String belongCommunityId) { |
| | | this.belongCommunityId = belongCommunityId; |
| | | } |
| | | |
| | | public String getBelongCommunityName() { |
| | | return belongCommunityName; |
| | | } |
| | | |
| | | public void setBelongCommunityName(String belongCommunityName) { |
| | | this.belongCommunityName = belongCommunityName; |
| | | } |
| | | |
| | | public String getAllowOperation() { |
| | | return allowOperation; |
| | | } |
| | | |
| | | public void setAllowOperation(String allowOperation) { |
| | | this.allowOperation = allowOperation; |
| | | } |
| | | |
| | | public String getStaffId() { |
| | | return staffId; |
| | | } |
| | | |
| | | public void setStaffId(String staffId) { |
| | | this.staffId = staffId; |
| | | } |
| | | } |