From 4b69e45d443efd81fe40c3d44f2d8bfc6deb8615 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Mon, 3 Mar 2025 13:18:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E4=BD=93=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Document/DTO/TrialNormalRecordViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Document/DTO/TrialNormalRecordViewModel.cs b/IRaCIS.Core.Application/Service/Document/DTO/TrialNormalRecordViewModel.cs index a060cdbcd..dc1e80cb0 100644 --- a/IRaCIS.Core.Application/Service/Document/DTO/TrialNormalRecordViewModel.cs +++ b/IRaCIS.Core.Application/Service/Document/DTO/TrialNormalRecordViewModel.cs @@ -29,7 +29,7 @@ public class TrialNormalRecordAddOrEdit public int State { get; set; } - public TrialFile TrialFileRecord { get; set; } + public TrialFileDto TrialFileRecord { get; set; } public Guid TrialFileTypeId { get; set; }