From c8878c9c0334313a9ffc6790e2ad27e0704a5944 Mon Sep 17 00:00:00 2001 From: "{872297557@qq.com}" <872297557@qq.com> Date: Tue, 27 Dec 2022 10:52:56 +0800 Subject: [PATCH] xx --- 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 91da6c0b4..20bebc85b 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();