From d2b91c9d98f38ccbd657f2adff1473aba29f66b2 Mon Sep 17 00:00:00 2001 From: duheng <2286773002@qq.com> Date: 星期五, 18 四月 2025 16:21:35 +0800 Subject: [PATCH] 增加成套设备曲线界面,增加主页图标 --- BLL/PBS.BLL/PBS.BLL.csproj | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/BLL/PBS.BLL/PBS.BLL.csproj b/BLL/PBS.BLL/PBS.BLL.csproj index ea8ffb3..3be7183 100644 --- a/BLL/PBS.BLL/PBS.BLL.csproj +++ b/BLL/PBS.BLL/PBS.BLL.csproj @@ -38,6 +38,7 @@ <ItemGroup> <ProjectReference Include="..\..\Vmo\PBS.Vmo\PBS.Vmo.csproj" /> + <ProjectReference Include="..\HStation.BLL.PhartRelation.Core\HStation.BLL.PhartRelation.Core.csproj" /> </ItemGroup> <ItemGroup> @@ -51,6 +52,7 @@ <ItemGroup> <PackageReference Include="Yw.BLL.Core" Version="3.2.1" /> + <PackageReference Include="Yw.BLL.Phart.Core" Version="3.0.6" /> </ItemGroup> </Project> -- Gitblit v1.9.3