修改一版

This commit is contained in:
he
2022-10-21 10:08:06 +08:00
parent 7ac3ef9c2c
commit fc20405e51
10 changed files with 145 additions and 19 deletions
@@ -59,6 +59,12 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public CriterionType CriterionType { get; set; }
/// <summary>
/// 肿瘤学阅片
/// </summary>
public bool IsOncologyReading { get; set; } = false;
[JsonIgnore]
public List<ReadingQuestionSystem> ReadingQuestionSystemList { get; set; } = new List<ReadingQuestionSystem>();