diff --git a/Tiobon.Core.Api/Tiobon.Core.Model.xml b/Tiobon.Core.Api/Tiobon.Core.Model.xml index c24f8344..71f93680 100644 --- a/Tiobon.Core.Api/Tiobon.Core.Model.xml +++ b/Tiobon.Core.Api/Tiobon.Core.Model.xml @@ -13367,6 +13367,11 @@ 是否合格 + + + 考试状态 + + 必选修规则(Dto.View) 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 1cabd8f4..22d10abf 100644 --- a/Tiobon.Core.Model/View/Ghre/Ghre_StudyRecord.Dto.View.cs +++ b/Tiobon.Core.Model/View/Ghre/Ghre_StudyRecord.Dto.View.cs @@ -149,4 +149,9 @@ public class Ghre_StudyRecordDto : Ghre_StudyRecord public string IsPass { get; set; } public int UpdateYN { get; set; } = 0; + + /// + /// 考试状态 + /// + public string ExamStatus { get; set; } } diff --git a/Tiobon.Core/Tiobon.Core.Model.xml b/Tiobon.Core/Tiobon.Core.Model.xml index c24f8344..71f93680 100644 --- a/Tiobon.Core/Tiobon.Core.Model.xml +++ b/Tiobon.Core/Tiobon.Core.Model.xml @@ -13367,6 +13367,11 @@ 是否合格 + + + 考试状态 + + 必选修规则(Dto.View)