|  |  |  | 
|---|
|  |  |  | using WIDESEAWCS_QuartzJob.QuartzExtensions; | 
|---|
|  |  |  | using Microsoft.AspNetCore.Builder; | 
|---|
|  |  |  | using WIDESEAWCS_Server.HostedService; | 
|---|
|  |  |  | using WIDESEAWCS_Tasks; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | var builder = WebApplication.CreateBuilder(args); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | }); ; | 
|---|
|  |  |  | builder.ConfigureApplication(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | App.ExpDateTime = DateTime.Parse("2025-03-31 00:00:00"); | 
|---|
|  |  |  | //App.ExpDateTime = DateTime.Parse("2025-05-31 00:00:00"); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | // 2ãé
ç½®æå¡ | 
|---|
|  |  |  | builder.Services.AddSingleton(new AppSettings(builder.Configuration));//注å | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | app.MapControllers(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | //BarcodeScanner.StartServer(); | 
|---|
|  |  |  | app.Run(); | 
|---|
|  |  |  |  | 
|---|