From 8de9a465342385e0ebee7dc430abadd69a2b67dd Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期一, 28 六月 2021 12:42:46 +0800 Subject: [PATCH] 工资修改 --- zhengcaioa/zhengcaioa/Startup.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Startup.cs b/zhengcaioa/zhengcaioa/Startup.cs index 369466f..a24264a 100644 --- a/zhengcaioa/zhengcaioa/Startup.cs +++ b/zhengcaioa/zhengcaioa/Startup.cs @@ -128,6 +128,10 @@ services.AddScoped(typeof(IHrSalaryService), typeof(HrSalaryService)); + services.AddScoped(typeof(ICusFangwenjiluService), typeof(CusFangwenjiluService)); + + services.AddScoped(typeof(ILZhuanjiahuidumService), typeof(LZhuanjiahuidumService)); + //定时执行 services.AddHostedService<TimedBackgroundService>(); -- Gitblit v1.9.1