From 435fa2f359c09bb94d2f4e370112520e87cb35fb Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Fri, 23 Aug 2024 13:25:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=BE=E7=A8=8B=20?= =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E8=B4=9F=E8=B4=A3=E4=BA=BAID=E3=80=81?= =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E8=B4=9F=E8=B4=A3=E4=BA=BA=E9=83=A8=E9=97=A8?= =?UTF-8?q?ID=E6=95=B0=E6=8D=AE=E7=B1=BB=E5=9E=8B=E4=B8=BAint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Model/Tiobon.Web.pdm | 6 +++--- Tiobon.Core.Model/Base/Ghre/Ghre_Course.Dto.Base.cs | 4 ++-- Tiobon.Core.Model/Models/Ghre/Ghre_Course.cs | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Model/Tiobon.Web.pdm b/Model/Tiobon.Web.pdm index ede431b2..6e76f109 100644 --- a/Model/Tiobon.Web.pdm +++ b/Model/Tiobon.Web.pdm @@ -1,5 +1,5 @@ - + @@ -119449,9 +119449,9 @@ LABL 0 Arial Unicode MS,8,N ExamId 1722405336 Administrator -1722405341 +1724312151 Administrator -试卷ID +考试ID bigint diff --git a/Tiobon.Core.Model/Base/Ghre/Ghre_Course.Dto.Base.cs b/Tiobon.Core.Model/Base/Ghre/Ghre_Course.Dto.Base.cs index 5c5a2d08..185cdb1c 100644 --- a/Tiobon.Core.Model/Base/Ghre/Ghre_Course.Dto.Base.cs +++ b/Tiobon.Core.Model/Base/Ghre/Ghre_Course.Dto.Base.cs @@ -68,12 +68,12 @@ namespace Tiobon.Core.Model.Models /// /// 课程负责人 /// - public long? ManagerId { get; set; } + public int? ManagerId { get; set; } /// /// 课程负责人部门ID /// - public long? ManagerDeptId { get; set; } + public int? ManagerDeptId { get; set; } /// /// 内/外训 diff --git a/Tiobon.Core.Model/Models/Ghre/Ghre_Course.cs b/Tiobon.Core.Model/Models/Ghre/Ghre_Course.cs index f5ab959c..4eff95b5 100644 --- a/Tiobon.Core.Model/Models/Ghre/Ghre_Course.cs +++ b/Tiobon.Core.Model/Models/Ghre/Ghre_Course.cs @@ -70,12 +70,12 @@ namespace Tiobon.Core.Model.Models /// /// 课程负责人 /// - public long? ManagerId { get; set; } + public int? ManagerId { get; set; } /// /// 课程负责人部门ID /// - public long? ManagerDeptId { get; set; } + public int? ManagerDeptId { get; set; } /// /// 内/外训