From e7df5d1ece7ecabaa7a3943f24a6621649fdc455 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期一, 13 一月 2025 16:08:11 +0800 Subject: [PATCH] 增加批量添加,修改阀门界面 --- BLL/HStation.BLL.Core/HStation.BLL.Core.csproj | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/BLL/HStation.BLL.Core/HStation.BLL.Core.csproj b/BLL/HStation.BLL.Core/HStation.BLL.Core.csproj index db52a79..92ec472 100644 --- a/BLL/HStation.BLL.Core/HStation.BLL.Core.csproj +++ b/BLL/HStation.BLL.Core/HStation.BLL.Core.csproj @@ -7,13 +7,11 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Yw.CAL.HttpClient.Core" Version="3.1.0" /> - <PackageReference Include="Yw.CALFactory.Core" Version="3.0.2" /> - <PackageReference Include="Yw.Mapster.Core" Version="3.0.0" /> + <PackageReference Include="Yw.BLL.Core" Version="3.1.5" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\..\Dto\HStation.Dto.Core\HStation.Dto.Core.csproj" /> + <ProjectReference Include="..\..\Vmo\HStation.Vmo.Core\HStation.Vmo.Core.csproj" /> </ItemGroup> </Project> -- Gitblit v1.9.3