代码提交

This commit is contained in:
he
2024-10-15 10:03:47 +08:00
parent 6709f0c653
commit ffd29eb268
12 changed files with 18152 additions and 10 deletions
@@ -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; }
}