From 8228b2071e1882e3821aa6f2ff61b1dc6f709baa Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期二, 12 十一月 2024 11:52:29 +0800 Subject: [PATCH] dto 报错处理 --- Dto/HStation.Dto.TransferFile.Core/HStation.Dto.TransferFile.Core.csproj | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Dto/HStation.Dto.TransferFile.Core/HStation.Dto.TransferFile.Core.csproj b/Dto/HStation.Dto.TransferFile.Core/HStation.Dto.TransferFile.Core.csproj index 9da5107..5795c24 100644 --- a/Dto/HStation.Dto.TransferFile.Core/HStation.Dto.TransferFile.Core.csproj +++ b/Dto/HStation.Dto.TransferFile.Core/HStation.Dto.TransferFile.Core.csproj @@ -8,6 +8,7 @@ <ItemGroup> <ProjectReference Include="..\..\Service\HStation.Service.TransferFile.Core\HStation.Service.TransferFile.Core.csproj" /> + <ProjectReference Include="..\Hstation.Dto.Core\Hstation.Dto.Core.csproj" /> </ItemGroup> </Project> -- Gitblit v1.9.3