From 5acd56689bd08eef6bf0a639649780089dc5a97b Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Wed, 2 Apr 2025 15:52:07 +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 --- IRaCIS.Core.Application/IRaCIS.Core.Application.xml | 2 +- .../Service/SiteSurvey/DTO/TrialSiteSurveyViewModel.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml index 13efcc8db..ed2820f80 100644 --- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml +++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml @@ -1389,7 +1389,7 @@ - + 稽查文档 diff --git a/IRaCIS.Core.Application/Service/SiteSurvey/DTO/TrialSiteSurveyViewModel.cs b/IRaCIS.Core.Application/Service/SiteSurvey/DTO/TrialSiteSurveyViewModel.cs index 4ecea22d6..fdae004eb 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 { get; set; } + public Guid? SiteId => Id; public string TrialSiteCode { get; set; } = string.Empty;