username@email.com
2021-06-28 fc869b332b437db27ad90ed2221090491de28563
zhengcaioa/zhengcaioa/Startup.cs
@@ -130,7 +130,9 @@
            services.AddScoped(typeof(ICusFangwenjiluService), typeof(CusFangwenjiluService));
            services.AddScoped(typeof(ILZhuanjiahuidumService), typeof(LZhuanjiahuidumService));
            services.AddScoped(typeof(ILZhuanjiahuidumService), typeof(LZhuanjiahuidumService));
            services.AddScoped(typeof(IWfApplytypeService), typeof(WfApplytypeService));
            //定时执行
            services.AddHostedService<TimedBackgroundService>();