修改
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
@@ -185,6 +185,9 @@ public class ReadingQuestionSystem : BaseAddAuditEntity
[Comment("分组分类")]
public GroupClassify? GroupClassify { get; set; }
[Comment("分类类型")]
public ClassifyType? ClassifyType { get; set; }
[Comment("问题分类")]
public QuestionClassify? QuestionClassify { get; set; }