zhengcaioa/zhengcaioa/Startup.cs
@@ -131,6 +131,8 @@ services.AddScoped(typeof(ICusFangwenjiluService), typeof(CusFangwenjiluService)); services.AddScoped(typeof(ILZhuanjiahuidumService), typeof(LZhuanjiahuidumService)); services.AddScoped(typeof(IWfApplytypeService), typeof(WfApplytypeService)); //定时执行 services.AddHostedService<TimedBackgroundService>();