From e1a6abce15a01781505fb957579dd25d49979812 Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Wed, 21 May 2025 14:15:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E8=AF=95=E4=BF=A1=E6=81=AF=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E6=8E=A5=E5=8F=A3=EF=BC=8C=E6=96=B0=E5=A2=9E=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E8=80=83=E8=AF=95=E8=AF=B4=E6=98=8E?= 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/ViewModels/Extend/Ghre_ExamRecordExtend.cs | 5 +++++ Tiobon.Core.Services/Ghre/Ghre_ExamRecordServices.cs | 1 + Tiobon.Core/Tiobon.Core.Model.xml | 5 +++++ 4 files changed, 16 insertions(+) diff --git a/Tiobon.Core.Api/Tiobon.Core.Model.xml b/Tiobon.Core.Api/Tiobon.Core.Model.xml index 1507345f..ab09f489 100644 --- a/Tiobon.Core.Api/Tiobon.Core.Model.xml +++ b/Tiobon.Core.Api/Tiobon.Core.Model.xml @@ -43278,6 +43278,11 @@ Wait 等待考试, Examing 考试中, End 考试结束 + + + 考试说明 + + 剩余时间 diff --git a/Tiobon.Core.Model/ViewModels/Extend/Ghre_ExamRecordExtend.cs b/Tiobon.Core.Model/ViewModels/Extend/Ghre_ExamRecordExtend.cs index 23285f5c..121feee9 100644 --- a/Tiobon.Core.Model/ViewModels/Extend/Ghre_ExamRecordExtend.cs +++ b/Tiobon.Core.Model/ViewModels/Extend/Ghre_ExamRecordExtend.cs @@ -44,6 +44,11 @@ public class QueryExam : DefaultGhre_ExamPaperPageData /// public string ExamStatus { get; set; } + /// + /// 考试说明 + /// + public string ExamRemark { get; set; } + /// /// 剩余时间 /// diff --git a/Tiobon.Core.Services/Ghre/Ghre_ExamRecordServices.cs b/Tiobon.Core.Services/Ghre/Ghre_ExamRecordServices.cs index 06cc8f36..e53d05f6 100644 --- a/Tiobon.Core.Services/Ghre/Ghre_ExamRecordServices.cs +++ b/Tiobon.Core.Services/Ghre/Ghre_ExamRecordServices.cs @@ -810,6 +810,7 @@ public class Ghre_ExamRecordServices : BaseServices + + + 考试说明 + + 剩余时间