代码提交
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user