From d2e1cacfa1cf5837d82fcd99af86167e9e4ef386 Mon Sep 17 00:00:00 2001 From: dxfeng Date: Thu, 6 Jul 2023 14:10:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E7=BB=87=E6=9E=B6=E6=9E=84=E5=9B=BE?= =?UTF-8?q?=EF=BC=8C=E4=BA=BA=E5=91=98=E5=88=97=E8=A1=A8=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../organization/entity/hrmresource/vo/ResourceChartVO.java | 6 ++++++ 1 file changed, 6 insertions(+) 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; + } } -- 2.40.0.windows.1