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
+
+
+ 考试说明
+
+
剩余时间