Merge pull request '组织树添加key字段' (#167) from feature/dxf into develop
Reviewed-on: http://221.226.25.34:3000/liang.cheng/weaver-hrm-organization/pulls/167
This commit is contained in:
commit
0e1e6d5bb6
|
|
@ -21,6 +21,7 @@ public class CompanyTreePO {
|
||||||
private String value;
|
private String value;
|
||||||
private String title;
|
private String title;
|
||||||
private boolean isLeaf;
|
private boolean isLeaf;
|
||||||
|
private String key;
|
||||||
|
|
||||||
public boolean getIsLeaf() {
|
public boolean getIsLeaf() {
|
||||||
RecordSet rs = new RecordSet();
|
RecordSet rs = new RecordSet();
|
||||||
|
|
@ -31,4 +32,8 @@ public class CompanyTreePO {
|
||||||
public String getpId() {
|
public String getpId() {
|
||||||
return pId;
|
return pId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getKey() {
|
||||||
|
return id;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue