代码提交
This commit is contained in:
@@ -190,4 +190,10 @@ public class ReadingQuestionSystem : BaseAddAuditEntity
|
||||
|
||||
[Comment("高亮问题的答案")]
|
||||
public string HighlightAnswer { get; set; } = "[]";
|
||||
|
||||
[Comment("导出标识")]
|
||||
public ExportIdentification? ExportIdentification { get; set; }
|
||||
|
||||
[Comment("导出结果")]
|
||||
public ExportResult? ExportResult { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user