组织架构图,人员列表添加key

pull/180/head
dxfeng 2 years ago
parent 7809f9ad3c
commit d2e1cacfa1

@ -35,4 +35,10 @@ public class ResourceChartVO {
private Integer status; private Integer status;
private String mobile; private String mobile;
private Long key;
public Long getKey() {
return id;
}
} }

Loading…
Cancel
Save