Merge pull request '组织架构图,人员列表添加key' (#180) from feature/dxf into develop

Reviewed-on: http://221.226.25.34:3000/liang.cheng/weaver-hrm-organization/pulls/180
This commit is contained in:
dxfeng 2023-07-06 14:11:19 +08:00
commit b3f093a647
1 changed files with 6 additions and 0 deletions

View File

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