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

This commit is contained in:
he
2024-10-23 17:05:27 +08:00
parent 9a74b81e93
commit 61278375ba
6 changed files with 63 additions and 1 deletions
@@ -142,6 +142,9 @@ public class ReadingTableQuestionSystem : BaseAddAuditEntity
[Comment("分类问题表格Id")]
public Guid? ClassifyTableQuestionId { get; set; }
[Comment("分类类型")]
public ClassifyType? ClassifyType { get; set; }
[Comment("分类算法")]
public string ClassifyAlgorithms { get; set; } = string.Empty;