修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2024-10-15 14:54:54 +08:00
parent 1b70807824
commit 546d65ab16
5 changed files with 17915 additions and 0 deletions
@@ -136,5 +136,11 @@ public class ReadingTableQuestionSystem : BaseAddAuditEntity
[Comment("复制病灶的时候 是否复制这个问题")]
public bool IsCopy { get; set; } = false;
[Comment("分类问题表格Id")]
public Guid? ClassifyTableQuestionId { get; set; }
[Comment("分类算法")]
public string ClassifyAlgorithms { get; set; } = string.Empty;
}