From c762a3cf1ac8eb20a54278ca03d19ee4bc740010 Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Thu, 22 Aug 2024 09:52:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=B9=E8=AE=AD=E8=AE=B0=E5=BD=95=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=90=88=E5=B9=B6=E5=B7=A5=E5=8F=B7=E5=92=8C=E5=91=98?= =?UTF-8?q?=E5=B7=A5=E5=A7=93=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tiobon.Core.Api/Tiobon.Core.Model.xml | 5 +++++ Tiobon.Core.Model/View/Ghre/Ghre_StudyRecord.Dto.View.cs | 6 ++++++ Tiobon.Core/Tiobon.Core.Model.xml | 5 +++++ 3 files changed, 16 insertions(+) diff --git a/Tiobon.Core.Api/Tiobon.Core.Model.xml b/Tiobon.Core.Api/Tiobon.Core.Model.xml index ad3e2be8..b0cc0dde 100644 --- a/Tiobon.Core.Api/Tiobon.Core.Model.xml +++ b/Tiobon.Core.Api/Tiobon.Core.Model.xml @@ -13222,6 +13222,11 @@ 员工姓名 + + + 员工姓名 + + 部门编号 diff --git a/Tiobon.Core.Model/View/Ghre/Ghre_StudyRecord.Dto.View.cs b/Tiobon.Core.Model/View/Ghre/Ghre_StudyRecord.Dto.View.cs index 24ea63e6..97e58478 100644 --- a/Tiobon.Core.Model/View/Ghre/Ghre_StudyRecord.Dto.View.cs +++ b/Tiobon.Core.Model/View/Ghre/Ghre_StudyRecord.Dto.View.cs @@ -43,6 +43,12 @@ public class Ghre_StudyRecordDto : Ghre_StudyRecord public string StaffName { get; set; } + /// + /// 员工姓名 + /// + + public string StaffFullName { get; set; } + /// /// 部门编号 /// diff --git a/Tiobon.Core/Tiobon.Core.Model.xml b/Tiobon.Core/Tiobon.Core.Model.xml index ad3e2be8..b0cc0dde 100644 --- a/Tiobon.Core/Tiobon.Core.Model.xml +++ b/Tiobon.Core/Tiobon.Core.Model.xml @@ -13222,6 +13222,11 @@ 员工姓名 + + + 员工姓名 + + 部门编号