From 843cc2ea1b104ecdf9da61318a4136a5d4096411 Mon Sep 17 00:00:00 2001 From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com> Date: 星期五, 24 四月 2026 11:07:21 +0800 Subject: [PATCH] 集成Quartz定时任务,支持NG出库自动化及WMS/WCS接口扩展 --- Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_WMSServer.csproj | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_WMSServer.csproj b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_WMSServer.csproj index f91f8ef..fab0da3 100644 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_WMSServer.csproj +++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_WMSServer.csproj @@ -20,7 +20,6 @@ </ItemGroup> <ItemGroup> - <None Include="Controllers\Basic\MOMErrorMessageController.cs" /> <None Include="wwwroot\WIDESEA_DB.DBSeed.Json\Sys_Tenant.tsv" /> <None Include="wwwroot\WIDESEA_DB.DBSeed.Json\Sys_User.tsv" /> </ItemGroup> @@ -42,5 +41,6 @@ <ProjectReference Include="..\WIDESEA_StorageOutOrderServices\WIDESEA_StorageOutOrderServices.csproj" /> <ProjectReference Include="..\WIDESEA_StorageTaskServices\WIDESEA_StorageTaskServices.csproj" /> <ProjectReference Include="..\WIDESEA_StoragIntegrationServices\WIDESEA_StoragIntegrationServices.csproj" /> + <ProjectReference Include="..\WIDESEA_Tasks\WIDESEA_Tasks.csproj" /> </ItemGroup> </Project> -- Gitblit v1.9.3