From 6e7b1c631b3df47be31ad409e3969f39f0dbcea2 Mon Sep 17 00:00:00 2001 From: "{872297557@qq.com}" <872297557@qq.com> Date: Tue, 27 Dec 2022 09:54:56 +0800 Subject: [PATCH] x --- IRaCIS.Core.Domain/Allocation/VisitTask.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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();