曾成
2020-04-09 7ba6103e8733ad00510a2fec0b6c290de62909d8
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;
    }
}