From ff39bbf7e3a3d02f7f051ce1bee06cec007be3ff Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期六, 30 十一月 2024 13:15:26 +0800 Subject: [PATCH] epa 计算节点局部损失字段修改 --- BLL/HStation.BLL.TransferFile.Core/HStation.BLL.TransferFile.Core.csproj | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/BLL/HStation.BLL.TransferFile.Core/HStation.BLL.TransferFile.Core.csproj b/BLL/HStation.BLL.TransferFile.Core/HStation.BLL.TransferFile.Core.csproj index 6331e0d..8a8fcce 100644 --- a/BLL/HStation.BLL.TransferFile.Core/HStation.BLL.TransferFile.Core.csproj +++ b/BLL/HStation.BLL.TransferFile.Core/HStation.BLL.TransferFile.Core.csproj @@ -7,6 +7,10 @@ </PropertyGroup> <ItemGroup> + <PackageReference Include="Yw.Yitter.Core" Version="3.0.1" /> + </ItemGroup> + + <ItemGroup> <ProjectReference Include="..\..\Vmo\HStation.Vmo.TransferFile.Core\HStation.Vmo.TransferFile.Core.csproj" /> <ProjectReference Include="..\HStation.BLL.Core\HStation.BLL.Core.csproj" /> </ItemGroup> -- Gitblit v1.9.3