diff --git a/IRaCIS.Core.Domain/Allocation/VisitTask.cs b/IRaCIS.Core.Domain/Allocation/VisitTask.cs index 20bebc85b..91da6c0b4 100644 --- a/IRaCIS.Core.Domain/Allocation/VisitTask.cs +++ b/IRaCIS.Core.Domain/Allocation/VisitTask.cs @@ -233,13 +233,13 @@ namespace IRaCIS.Core.Domain.Models public List ReadingTaskQuestionAnswerList { get; set; } = new List(); - //病灶表 - [JsonIgnore] - public List LesionList { get; set; } = new List(); + ////病灶表 + //[JsonIgnore] + //public List LesionList { get; set; } = new List(); - //病灶答案表 - [JsonIgnore] - public List LesionAnswerList { get; set; } = new List(); + ////病灶答案表 + //[JsonIgnore] + //public List LesionAnswerList { get; set; } = new List();