修改
This commit is contained in:
@@ -28,6 +28,12 @@ public class ReadingQuestionCriterionSystem : BaseAddAuditEntity
|
||||
public string Description { get; set; } = string.Empty;
|
||||
[Comment("标准类型")]
|
||||
public CriterionType CriterionType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 标准分组
|
||||
/// </summary>
|
||||
public CriterionGroup CriterionGroup { get; set; }
|
||||
|
||||
[Comment("肿瘤学阅片")]
|
||||
public bool IsOncologyReading { get; set; } = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user