java110
2020-04-18 5c5361fab95dd3938ea4b4fc0babbf2d6c5807ee
java110-bean/src/main/java/com/java110/vo/api/org/ApiOrgDataVo.java
@@ -10,7 +10,10 @@
    private String orgLevel;
    private String parentOrgId;
    private String parentOrgName;
    private String belongCommunityId;
    private String belongCommunityName;
    private String description;
    private String allowOperation;
    private String orgLevelName;
@@ -69,4 +72,28 @@
    public void setParentOrgName(String parentOrgName) {
        this.parentOrgName = parentOrgName;
    }
    public String getBelongCommunityId() {
        return belongCommunityId;
    }
    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;
    }
}