This commit is contained in:
he
2024-10-15 14:40:27 +08:00
parent 8e1ae18de0
commit 48da4994b9
7 changed files with 18045 additions and 6 deletions
@@ -197,6 +197,12 @@ public class ReadingQuestionSystem : BaseAddAuditEntity
[Comment("导出结果")]
public string ExportResultStr { get; set; } = "[]";
[Comment("分类算法")]
public string ClassifyAlgorithms { get; set; } = string.Empty;
[Comment("分类问题Id")]
public Guid? ClassifyQuestionId { get; set; }
[NotMapped]
public List<ExportResult> ExportResult
{