From 6c8720c471e2c7947b3a93c60e9443861ab048d2 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Wed, 8 Mar 2023 17:42:39 +0800 Subject: [PATCH] x --- IRaCIS.Core.Domain/Allocation/TaskAllocationRule.cs | 2 +- IRaCIS.Core.Domain/Trial/Enroll.cs | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/IRaCIS.Core.Domain/Allocation/TaskAllocationRule.cs b/IRaCIS.Core.Domain/Allocation/TaskAllocationRule.cs index f2132a3b1..a277c1eae 100644 --- a/IRaCIS.Core.Domain/Allocation/TaskAllocationRule.cs +++ b/IRaCIS.Core.Domain/Allocation/TaskAllocationRule.cs @@ -17,7 +17,7 @@ namespace IRaCIS.Core.Domain.Models [Table("TaskAllocationRule")] public class TaskAllocationRule : Entity, IAuditUpdate, IAuditAdd { - + [JsonIgnore] public Trial Trial { get; set; } public Guid TrialId { get; set; } public Guid CreateUserId { get; set; } diff --git a/IRaCIS.Core.Domain/Trial/Enroll.cs b/IRaCIS.Core.Domain/Trial/Enroll.cs index 6d0cfc82c..4146a913e 100644 --- a/IRaCIS.Core.Domain/Trial/Enroll.cs +++ b/IRaCIS.Core.Domain/Trial/Enroll.cs @@ -66,11 +66,6 @@ namespace IRaCIS.Core.Domain.Models public User DoctorUser { get; set; } - //public List DoctorTrialVisitTaskList { get; set; } = new List(); - - - - [JsonIgnore] public List EnrollReadingCategoryList { get; set; }