Commit f644f930 by qwmqiuwenmin

fix

parent 4f68bfb2
...@@ -30,6 +30,8 @@ public class DepartmentVO implements Serializable{ ...@@ -30,6 +30,8 @@ public class DepartmentVO implements Serializable{
private String gicEnterpriseName; private String gicEnterpriseName;
private Boolean hasSonNode; private Boolean hasSonNode;
private String enterpriseId;
public String getDepartmentId() { public String getDepartmentId() {
return departmentId; return departmentId;
...@@ -134,6 +136,14 @@ public class DepartmentVO implements Serializable{ ...@@ -134,6 +136,14 @@ public class DepartmentVO implements Serializable{
public void setHasSonNode(Boolean hasSonNode) { public void setHasSonNode(Boolean hasSonNode) {
this.hasSonNode = hasSonNode; this.hasSonNode = hasSonNode;
} }
public String getEnterpriseId() {
return enterpriseId;
}
public void setEnterpriseId(String enterpriseId) {
this.enterpriseId = enterpriseId;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment