From a6f57e27f744a1eff49e33ea0bb07ab58371d0f2 Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Fri, 30 Aug 2024 14:05:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E8=AE=B0=E5=BD=95=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=8E=A5=E5=8F=A3=20=E6=96=B0=E5=A2=9E=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E8=80=83=E8=AF=95=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tiobon.Core.Api/Tiobon.Core.Model.xml | 5 +++++ Tiobon.Core.Model/View/Ghre/Ghre_StudyRecord.Dto.View.cs | 5 +++++ Tiobon.Core/Tiobon.Core.Model.xml | 5 +++++ 3 files changed, 15 insertions(+) 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)