This commit is contained in:
he
2025-01-13 14:56:14 +08:00
parent 7544bc81a3
commit c1fdf67d39
9 changed files with 18658 additions and 0 deletions
@@ -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;