helongyang
2025-03-21 3a1a5e58e9ac1b4a8449601db8c6608897877746
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Program.cs
@@ -22,6 +22,7 @@
using WIDESEAWCS_QuartzJob.QuartzExtensions;
using Microsoft.AspNetCore.Builder;
using WIDESEAWCS_Server.HostedService;
using WIDESEAWCS_Tasks;
var builder = WebApplication.CreateBuilder(args);
@@ -147,4 +148,6 @@
app.MapControllers();
//BarcodeScanner.StartServer();
app.Run();