去掉ExportIdentification
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2025-01-13 11:25:14 +08:00
parent cc6d5d2b4f
commit 1976cd8cdd
11 changed files with 18600 additions and 94 deletions
@@ -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; } = "[]";