1
huanghongfeng
2025-09-22 a34059e688e947a2ea079a0646872f1a21089940
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Program.cs
@@ -20,6 +20,7 @@
using Swashbuckle.AspNetCore.SwaggerGen;
using Microsoft.OpenApi.Models;
using WIDESEA_StorageTaskServices;
using WIDESEA_StoragIntegrationServices.WMSJob;
var builder = WebApplication.CreateBuilder(args);
@@ -110,7 +111,7 @@
    }
});
//builder.Services.AddHostedService<MyBackgroundService>();
builder.Services.AddHostedService<WMSCruJob>();
var app = builder.Build();