组织树添加key字段

This commit is contained in:
dxfeng 2023-06-27 10:24:51 +08:00
parent 3f28e7b095
commit 98b85ac75f
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,7 @@ public class CompanyTreePO {
private String value;
private String title;
private boolean isLeaf;
private String key;
public boolean getIsLeaf() {
RecordSet rs = new RecordSet();
@ -31,4 +32,8 @@ public class CompanyTreePO {
public String getpId() {
return pId;
}
public String getKey() {
return id;
}
}