This commit is contained in:
@@ -207,9 +207,6 @@ public class ReadingQuestionSystem : BaseAddAuditEntity
|
||||
[Comment("高亮问题的答案")]
|
||||
public string HighlightAnswer { get; set; } = "[]";
|
||||
|
||||
[Comment("导出标识")]
|
||||
public ExportIdentification? ExportIdentification { get; set; }
|
||||
|
||||
[Comment("导出结果")]
|
||||
public string ExportResultStr { get; set; } = "[]";
|
||||
|
||||
|
||||
@@ -271,9 +271,6 @@ public class ReadingQuestionTrial : BaseAddAuditEntity
|
||||
[Comment("高亮问题的答案")]
|
||||
public string HighlightAnswer { get; set; } = "[]";
|
||||
|
||||
[Comment("导出标识")]
|
||||
public ExportIdentification? ExportIdentification { get; set; }
|
||||
|
||||
[Comment("导出结果")]
|
||||
public string ExportResultStr { get; set; } = "[]";
|
||||
|
||||
|
||||
@@ -164,9 +164,6 @@ public class ReadingTableQuestionSystem : BaseAddAuditEntity
|
||||
[Comment("分类算法")]
|
||||
public string ClassifyAlgorithms { get; set; } = string.Empty;
|
||||
|
||||
[Comment("导出标识")]
|
||||
public ExportIdentification? ExportIdentification { get; set; }
|
||||
|
||||
[Comment("导出结果")]
|
||||
public string ExportResultStr { get; set; } = "[]";
|
||||
|
||||
|
||||
@@ -174,9 +174,6 @@ public class ReadingTableQuestionTrial : BaseAddAuditEntity
|
||||
/// </summary>
|
||||
public ClassifyShowType? ClassifyShowType { get; set; }
|
||||
|
||||
[Comment("导出标识")]
|
||||
public ExportIdentification? ExportIdentification { get; set; }
|
||||
|
||||
[Comment("导出结果")]
|
||||
public string ExportResultStr { get; set; } = "[]";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user