wuxw
2020-02-18 1c9c4d0b6cd221e685a30b1c8aef53349d45cde0
java110-bean/src/main/java/com/java110/vo/api/org/ApiOrgDataVo.java
@@ -11,7 +11,9 @@
    private String parentOrgId;
    private String parentOrgName;
    private String belongCommunityId;
    private String belongCommunityName;
    private String description;
    private String allowOperation;
    private String orgLevelName;
@@ -78,4 +80,20 @@
    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;
    }
}