From 2646433c86f6ca21839d12b6e43e3b6380438d3d Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期日, 26 四月 2020 23:09:49 +0800
Subject: [PATCH] 日志级别
---
java110-bean/src/main/java/com/java110/vo/api/org/ApiOrgDataVo.java | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/vo/api/org/ApiOrgDataVo.java b/java110-bean/src/main/java/com/java110/vo/api/org/ApiOrgDataVo.java
index 5867b9d..e016763 100644
--- a/java110-bean/src/main/java/com/java110/vo/api/org/ApiOrgDataVo.java
+++ b/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;
+ }
}
--
Gitblit v1.8.0