diff --git a/src/com/engine/organization/entity/hrmresource/vo/ResourceChartVO.java b/src/com/engine/organization/entity/hrmresource/vo/ResourceChartVO.java index 5ac49413..ba1f9748 100644 --- a/src/com/engine/organization/entity/hrmresource/vo/ResourceChartVO.java +++ b/src/com/engine/organization/entity/hrmresource/vo/ResourceChartVO.java @@ -35,4 +35,10 @@ public class ResourceChartVO { private Integer status; private String mobile; + + private Long key; + + public Long getKey() { + return id; + } }