| | |
| | | using WIDESEA_DTO.Quartz; |
| | | using WIDESEA_WMSServer; |
| | | using WIDESEA_WMSServer.Filter; |
| | | using WIDESEA_WMSServer.Jobs; |
| | | using WIDESEAWCS_Core.LogHelper; |
| | | |
| | | var builder = WebApplication.CreateBuilder(args); |
| | |
| | | builder.Services.AddSingleton<IJobFactory, JobFactory>(); |
| | | builder.Services.AddTransient<AgvTaskJob>();//Job浣跨敤鐬椂渚濊禆娉ㄥ叆 |
| | | builder.Services.AddTransient<InventoryLockJob>();//Job浣跨敤鐬椂渚濊禆娉ㄥ叆 |
| | | builder.Services.AddTransient<ErpJob>();//Job浣跨敤鐬椂渚濊禆娉ㄥ叆 |
| | | builder.Services.AddSingleton<ISchedulerCenter, SchedulerCenterServer>(); |
| | | |
| | | builder.Services.AddQuartz(q => |