培训记录 新增年度栏位

master
xiaochanghai 11 months ago
parent 9c3e642cdd
commit e99eaf3a62
  1. 580
      Model/Tiobon.Web.pdm
  2. 10
      Tiobon.Core.Api/Tiobon.Core.Model.xml
  3. 8
      Tiobon.Core.Model/Base/Ghre/Ghre_StudyRecord.Dto.Base.cs
  4. 8
      Tiobon.Core.Model/Models/Ghre/Ghre_StudyRecord.cs

File diff suppressed because it is too large Load Diff

@ -3965,6 +3965,11 @@
学习状态 学习状态
</summary> </summary>
</member> </member>
<member name="P:Tiobon.Core.Model.Models.Ghre_StudyRecordBase.Year">
<summary>
年度
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_StudyRecordBase.RemarkSz"> <member name="P:Tiobon.Core.Model.Models.Ghre_StudyRecordBase.RemarkSz">
<summary> <summary>
备注 备注
@ -9706,6 +9711,11 @@
学习状态 学习状态
</summary> </summary>
</member> </member>
<member name="P:Tiobon.Core.Model.Models.Ghre_StudyRecord.Year">
<summary>
年度
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_StudyRecord.RemarkSz"> <member name="P:Tiobon.Core.Model.Models.Ghre_StudyRecord.RemarkSz">
<summary> <summary>
备注 备注

@ -6,7 +6,7 @@
* *
* Ver * Ver
* *
*V0.01 2024/7/24 14:49:40 SimonHsiao *V0.01 2024/7/30 14:26:02 SimonHsiao
* *
* Copyright(c) 2024 Tiobon Corporation. All Rights Reserved. * Copyright(c) 2024 Tiobon Corporation. All Rights Reserved.
* *
@ -94,6 +94,12 @@ namespace Tiobon.Core.Model.Models
[Display(Name = "StudyStatus"), Description("学习状态"), MaxLength(32, ErrorMessage = "学习状态 不能超过 32 个字符")] [Display(Name = "StudyStatus"), Description("学习状态"), MaxLength(32, ErrorMessage = "学习状态 不能超过 32 个字符")]
public string StudyStatus { get; set; } public string StudyStatus { get; set; }
/// <summary>
/// 年度
/// </summary>
[Display(Name = "Year"), Description("年度"), MaxLength(32, ErrorMessage = "年度 不能超过 32 个字符")]
public string Year { get; set; }
/// <summary> /// <summary>
/// 备注 /// 备注
/// </summary> /// </summary>

@ -6,7 +6,7 @@
* *
* Ver * Ver
* *
*V0.01 2024/7/24 14:49:40 SimonHsiao *V0.01 2024/7/30 14:26:02 SimonHsiao
* *
* Copyright(c) 2024 Tiobon Corporation. All Rights Reserved. * Copyright(c) 2024 Tiobon Corporation. All Rights Reserved.
* *
@ -96,6 +96,12 @@ namespace Tiobon.Core.Model.Models
[Display(Name = "StudyStatus"), Description("学习状态"), MaxLength(32, ErrorMessage = "学习状态 不能超过 32 个字符")] [Display(Name = "StudyStatus"), Description("学习状态"), MaxLength(32, ErrorMessage = "学习状态 不能超过 32 个字符")]
public string StudyStatus { get; set; } public string StudyStatus { get; set; }
/// <summary>
/// 年度
/// </summary>
[Display(Name = "Year"), Description("年度"), MaxLength(32, ErrorMessage = "年度 不能超过 32 个字符")]
public string Year { get; set; }
/// <summary> /// <summary>
/// 备注 /// 备注
/// </summary> /// </summary>

Loading…
Cancel
Save