Uat_Study EICS-V1.0.0
{872297557@qq.com} 2022-12-27 10:52:56 +08:00 committed by he
parent 6e7b1c631b
commit c8878c9c03
1 changed files with 6 additions and 6 deletions

View File

@ -233,13 +233,13 @@ namespace IRaCIS.Core.Domain.Models
public List<ReadingTaskQuestionAnswer> ReadingTaskQuestionAnswerList { get; set; } = new List<ReadingTaskQuestionAnswer>(); public List<ReadingTaskQuestionAnswer> ReadingTaskQuestionAnswerList { get; set; } = new List<ReadingTaskQuestionAnswer>();
////病灶表 //病灶表
//[JsonIgnore] [JsonIgnore]
//public List<ReadingTableAnswerRowInfo> LesionList { get; set; } = new List<ReadingTableAnswerRowInfo>(); public List<ReadingTableAnswerRowInfo> LesionList { get; set; } = new List<ReadingTableAnswerRowInfo>();
////病灶答案表 //病灶答案表
//[JsonIgnore] [JsonIgnore]
//public List<ReadingTableQuestionAnswer> LesionAnswerList { get; set; } = new List<ReadingTableQuestionAnswer>(); public List<ReadingTableQuestionAnswer> LesionAnswerList { get; set; } = new List<ReadingTableQuestionAnswer>();