讲师附件 新增来源字段维护

master
xiaochanghai 8 months ago
parent 7804b2a9d3
commit a58c9e2dfd
  1. 10
      Tiobon.Core.Api/Tiobon.Core.Model.xml
  2. 6
      Tiobon.Core.Model/Base/Ghre/Ghre_TeacherAttachment.Dto.Base.cs
  3. 6
      Tiobon.Core.Model/Models/Ghre/Ghre_TeacherAttachment.cs
  4. 10
      Tiobon.Core/Tiobon.Core.Model.xml

@ -5520,6 +5520,11 @@
失效日期
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_TeacherAttachmentBase.Source">
<summary>
来源
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_TeacherAttachmentBase.RemarkSz">
<summary>
备注
@ -15341,6 +15346,11 @@
备注
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_TeacherAttachment.Source">
<summary>
来源
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_TeacherAttachment.IsDefault">
<summary>
默认标志

@ -53,6 +53,12 @@ namespace Tiobon.Core.Model.Models
/// </summary>
public DateTime? ExpirationDate { get; set; }
/// <summary>
/// 来源
/// </summary>
[Display(Name = "Source"), Description("来源"), MaxLength(2000, ErrorMessage = "来源 不能超过 32 个字符")]
public string Source { get; set; }
/// <summary>
/// 备注
/// </summary>

@ -61,6 +61,12 @@ namespace Tiobon.Core.Model.Models
[Display(Name = "RemarkSz"), Description("备注"), MaxLength(2000, ErrorMessage = "备注 不能超过 2000 个字符")]
public string RemarkSz { get; set; }
/// <summary>
/// 来源
/// </summary>
[Display(Name = "Source"), Description("来源"), MaxLength(2000, ErrorMessage = "来源 不能超过 32 个字符")]
public string Source { get; set; }
/// <summary>
/// 默认标志
/// </summary>

@ -5520,6 +5520,11 @@
失效日期
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_TeacherAttachmentBase.Source">
<summary>
来源
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_TeacherAttachmentBase.RemarkSz">
<summary>
备注
@ -15341,6 +15346,11 @@
备注
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_TeacherAttachment.Source">
<summary>
来源
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_TeacherAttachment.IsDefault">
<summary>
默认标志

Loading…
Cancel
Save