zhengcaioa/zhengcaioa/Startup.cs
@@ -133,6 +133,9 @@ services.AddScoped(typeof(ILZhuanjiahuidumService), typeof(LZhuanjiahuidumService)); services.AddScoped(typeof(IWfApplytypeService), typeof(WfApplytypeService)); services.AddScoped(typeof(IWfRunProcessService), typeof(WfRunProcessService)); services.AddScoped(typeof(IWfNeeddeelService), typeof(WfNeeddeelService)); services.AddScoped(typeof(IWfHistoryService), typeof(WfHistorieservice)); //定时执行 services.AddHostedService<TimedBackgroundService>();