From fc869b332b437db27ad90ed2221090491de28563 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 28 六月 2021 14:21:34 +0800
Subject: [PATCH] 提交

---
 zhengcaioa/zhengcaioa/Startup.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/Startup.cs b/zhengcaioa/zhengcaioa/Startup.cs
index a24264a..1ca0ad8 100644
--- a/zhengcaioa/zhengcaioa/Startup.cs
+++ b/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>();

--
Gitblit v1.9.1