From 217df5dc2fd1c0148cba1e53f28b19e4784f0126 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Tue, 2 Sep 2025 14:07:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=AD=E5=BF=83=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Visit/DTO/ClinicalStudySubjects.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Visit/DTO/ClinicalStudySubjects.cs b/IRaCIS.Core.Application/Service/Visit/DTO/ClinicalStudySubjects.cs index 65333b6cd..093bcf400 100644 --- a/IRaCIS.Core.Application/Service/Visit/DTO/ClinicalStudySubjects.cs +++ b/IRaCIS.Core.Application/Service/Visit/DTO/ClinicalStudySubjects.cs @@ -49,7 +49,8 @@ namespace IRaCIS.Application.Contracts [NotDefault] public Guid TrialId { get; set; } - [NotDefault] + + public Guid TrialSiteId { get; set; } public SubjectStatus Status { get; set; }