@ -13367,6 +13367,11 @@
是否合格
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_StudyRecordDto.ExamStatus">
<summary>
考试状态
<member name="T:Tiobon.Core.Model.Models.Ghre_StudyRuleDto">
必选修规则(Dto.View)
@ -149,4 +149,9 @@ public class Ghre_StudyRecordDto : Ghre_StudyRecord
public string IsPass { get; set; }
public int UpdateYN { get; set; } = 0;
/// <summary>
/// 考试状态
/// </summary>
public string ExamStatus { get; set; }
}