zhengcaioa/zhengcaioa/Startup.cs
@@ -128,6 +128,12 @@ 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>();