From 8e97fa97a429e4587e7922724f633ccbd95e17a1 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期二, 12 十二月 2023 13:31:30 +0800 Subject: [PATCH] 新增业务接口 --- IStation.Application.SZJT/IStation.Application.SZJT.csproj | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/IStation.Application.SZJT/IStation.Application.SZJT.csproj b/IStation.Application.SZJT/IStation.Application.SZJT.csproj index aa2873d..6c8c8da 100644 --- a/IStation.Application.SZJT/IStation.Application.SZJT.csproj +++ b/IStation.Application.SZJT/IStation.Application.SZJT.csproj @@ -33,7 +33,9 @@ <ItemGroup> <PackageReference Include="Yw.Application.Core" Version="1.2.9" /> <PackageReference Include="Yw.Service.Assets.Core" Version="1.1.4" /> + <PackageReference Include="Yw.Service.Map.Core" Version="1.0.2" /> <PackageReference Include="Yw.Service.Monitor.Core" Version="1.3.4" /> + <PackageReference Include="Yw.Service.Run.Core" Version="1.0.1" /> </ItemGroup> <ItemGroup> -- Gitblit v1.9.3