组织树添加key字段 #167

Merged
dxfeng merged 1 commits from feature/dxf into develop 2 years ago

@ -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;
}
}

Loading…
Cancel
Save