wuxw
2020-02-18 1c9c4d0b6cd221e685a30b1c8aef53349d45cde0
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;
    }
}