username@email.com
2021-07-01 57556b16aafbafebc7f9fc86745ac2ea83e7616d
zhengcaioa/zhengcaioa/Startup.cs
@@ -132,7 +132,10 @@
            services.AddScoped(typeof(ILZhuanjiahuidumService), typeof(LZhuanjiahuidumService));
            services.AddScoped(typeof(IWfApplytypeService), typeof(WfApplytypeService));
            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>();