修改病灶导出

This commit is contained in:
2022-12-26 16:39:10 +08:00
parent 65d3a0ecd9
commit 800ff63ff9
3 changed files with 27 additions and 14 deletions
@@ -146,11 +146,15 @@ namespace IRaCIS.Core.Domain.Models
public ReadingQuestionTrial ReadingQuestionTrial { get; set; }
//病灶编号
public string RowMark { get; set; } = string.Empty;
}
//病灶答案表
[JsonIgnore]
public List<ReadingTableQuestionAnswer> LesionAnswerList { get; set; } = new List<ReadingTableQuestionAnswer>();
}
}