代码提交

This commit is contained in:
he
2024-10-15 10:03:47 +08:00
parent 6709f0c653
commit ffd29eb268
12 changed files with 18152 additions and 10 deletions
@@ -72,6 +72,7 @@ public class ReadingTableQuestionSystem : BaseAddAuditEntity
[Comment("是否启用")]
public bool IsEnable { get; set; }
[Comment("备注")]
public string Remark { get; set; } = string.Empty;
[Comment("显示父问题")]
@@ -131,4 +132,9 @@ public class ReadingTableQuestionSystem : BaseAddAuditEntity
[Comment("问题分类")]
public QuestionClassify? QuestionClassify { get; set; }
[Comment("复制病灶的时候 是否复制这个问题")]
public bool IsCopy { get; set; } = false;
}