组织架构图,人员列表添加key
This commit is contained in:
parent
7809f9ad3c
commit
d2e1cacfa1
|
|
@ -35,4 +35,10 @@ public class ResourceChartVO {
|
|||
private Integer status;
|
||||
|
||||
private String mobile;
|
||||
|
||||
private Long key;
|
||||
|
||||
public Long getKey() {
|
||||
return id;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue