From e15d326bf99045464912aad08d18faa0c667cdb5 Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期三, 22 五月 2024 09:27:34 +0800 Subject: [PATCH] 调度算法 修改 调度逻辑 修改 调度接口 web新增 --- WebApi/IStation.Application.Core/IStation.Application.Core.csproj | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/WebApi/IStation.Application.Core/IStation.Application.Core.csproj b/WebApi/IStation.Application.Core/IStation.Application.Core.csproj index 831df00..6fd338f 100644 --- a/WebApi/IStation.Application.Core/IStation.Application.Core.csproj +++ b/WebApi/IStation.Application.Core/IStation.Application.Core.csproj @@ -18,11 +18,10 @@ <ItemGroup> <Compile Remove="0-core\3-helper\Log - 澶嶅埗.cs" /> - <Compile Remove="1-dispatch\1-solution\DispatchSolution_Controller - 澶嶅埗.cs" /> - <Compile Remove="1-dispatch\1-solution\dto\input\FactoryDispatchInput.cs" /> - <Compile Remove="1-dispatch\1-solution\dto\output\DispatchSolutionOutput.cs" /> - <Compile Remove="1-dispatch\1-solution\dto\output\PumpDispatchOutput.cs" /> - <Compile Remove="1-dispatch\1-solution\helper\TempOutHelper.cs" /> + <Compile Remove="1-open\2-dispatch_solution\DispatchSolution_Controller - 澶嶅埗.cs" /> + <Compile Remove="1-open\2-dispatch_solution\dto\input\FactoryDispatchInput.cs" /> + <Compile Remove="1-open\2-dispatch_solution\dto\output\DispatchSolutionOutput.cs" /> + <Compile Remove="1-open\2-dispatch_solution\dto\output\PumpDispatchOutput.cs" /> </ItemGroup> <ItemGroup> @@ -58,7 +57,7 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="Yw.Application.Core" Version="3.0.5" /> + <PackageReference Include="Yw.Application.Core" Version="3.0.7" /> <PackageReference Include="Yw.Quartz.Core" Version="3.0.0" /> </ItemGroup> @@ -68,4 +67,8 @@ <ProjectReference Include="..\IStation.Service.Core\IStation.Service.Core.csproj" /> </ItemGroup> + <ItemGroup> + <Folder Include="0-helper\" /> + </ItemGroup> + </Project> -- Gitblit v1.9.3