zhengcaioa/zhengcaioa/Startup.cs
@@ -126,7 +126,13 @@ services.AddScoped(typeof(IHrJixiaotichengService), typeof(HrJixiaotichengService)); services.AddScoped(typeof(IHrSalaryService), typeof(HrSalaryService)); services.AddScoped(typeof(ICusFangwenjiluService), typeof(CusFangwenjiluService)); services.AddScoped(typeof(ILZhuanjiahuidumService), typeof(LZhuanjiahuidumService)); services.AddScoped(typeof(IWfApplytypeService), typeof(WfApplytypeService)); //定时执行 services.AddHostedService<TimedBackgroundService>();