From a58c9e2dfd62a677688119f81721b3f401094755 Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Tue, 5 Nov 2024 10:39:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B2=E5=B8=88=E9=99=84=E4=BB=B6=20?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=9D=A5=E6=BA=90=E5=AD=97=E6=AE=B5=E7=BB=B4?= =?UTF-8?q?=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tiobon.Core.Api/Tiobon.Core.Model.xml | 10 ++++++++++ .../Base/Ghre/Ghre_TeacherAttachment.Dto.Base.cs | 6 ++++++ .../Models/Ghre/Ghre_TeacherAttachment.cs | 6 ++++++ Tiobon.Core/Tiobon.Core.Model.xml | 10 ++++++++++ 4 files changed, 32 insertions(+) diff --git a/Tiobon.Core.Api/Tiobon.Core.Model.xml b/Tiobon.Core.Api/Tiobon.Core.Model.xml index 9aa2fbee..96352cad 100644 --- a/Tiobon.Core.Api/Tiobon.Core.Model.xml +++ b/Tiobon.Core.Api/Tiobon.Core.Model.xml @@ -5520,6 +5520,11 @@ 失效日期 + + + 来源 + + 备注 @@ -15341,6 +15346,11 @@ 备注 + + + 来源 + + 默认标志 diff --git a/Tiobon.Core.Model/Base/Ghre/Ghre_TeacherAttachment.Dto.Base.cs b/Tiobon.Core.Model/Base/Ghre/Ghre_TeacherAttachment.Dto.Base.cs index 175514d1..108197b7 100644 --- a/Tiobon.Core.Model/Base/Ghre/Ghre_TeacherAttachment.Dto.Base.cs +++ b/Tiobon.Core.Model/Base/Ghre/Ghre_TeacherAttachment.Dto.Base.cs @@ -53,6 +53,12 @@ namespace Tiobon.Core.Model.Models /// public DateTime? ExpirationDate { get; set; } + /// + /// 来源 + /// + [Display(Name = "Source"), Description("来源"), MaxLength(2000, ErrorMessage = "来源 不能超过 32 个字符")] + public string Source { get; set; } + /// /// 备注 /// diff --git a/Tiobon.Core.Model/Models/Ghre/Ghre_TeacherAttachment.cs b/Tiobon.Core.Model/Models/Ghre/Ghre_TeacherAttachment.cs index d101df02..d320b2a8 100644 --- a/Tiobon.Core.Model/Models/Ghre/Ghre_TeacherAttachment.cs +++ b/Tiobon.Core.Model/Models/Ghre/Ghre_TeacherAttachment.cs @@ -61,6 +61,12 @@ namespace Tiobon.Core.Model.Models [Display(Name = "RemarkSz"), Description("备注"), MaxLength(2000, ErrorMessage = "备注 不能超过 2000 个字符")] public string RemarkSz { get; set; } + /// + /// 来源 + /// + [Display(Name = "Source"), Description("来源"), MaxLength(2000, ErrorMessage = "来源 不能超过 32 个字符")] + public string Source { get; set; } + /// /// 默认标志 /// diff --git a/Tiobon.Core/Tiobon.Core.Model.xml b/Tiobon.Core/Tiobon.Core.Model.xml index 9aa2fbee..96352cad 100644 --- a/Tiobon.Core/Tiobon.Core.Model.xml +++ b/Tiobon.Core/Tiobon.Core.Model.xml @@ -5520,6 +5520,11 @@ 失效日期 + + + 来源 + + 备注 @@ -15341,6 +15346,11 @@ 备注 + + + 来源 + + 默认标志