From 553ad4760cd7dbb833592db260d3edea26245f67 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Wed, 2 Apr 2025 15:55:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/SiteSurvey/DTO/TrialSiteSurveyViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/SiteSurvey/DTO/TrialSiteSurveyViewModel.cs b/IRaCIS.Core.Application/Service/SiteSurvey/DTO/TrialSiteSurveyViewModel.cs index fdae004eb..4ecea22d6 100644 --- a/IRaCIS.Core.Application/Service/SiteSurvey/DTO/TrialSiteSurveyViewModel.cs +++ b/IRaCIS.Core.Application/Service/SiteSurvey/DTO/TrialSiteSurveyViewModel.cs @@ -43,7 +43,7 @@ namespace IRaCIS.Core.Application.Contracts public Guid Id { get; set; } public Guid TrialId { get; set; } - public Guid? SiteId => Id; + public Guid? SiteId { get; set; } public string TrialSiteCode { get; set; } = string.Empty;