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

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

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