From 11e11a51839529b17f70927524e086e90adf692d Mon Sep 17 00:00:00 2001
From: LR-20210131IOQH\Administrator <jackcold@163.com>
Date: 星期二, 10 八月 2021 15:31:19 +0800
Subject: [PATCH] 工资核对修改

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

diff --git a/zhengcaioa/zhengcaioa/Startup.cs b/zhengcaioa/zhengcaioa/Startup.cs
index c9c847a..369466f 100644
--- a/zhengcaioa/zhengcaioa/Startup.cs
+++ b/zhengcaioa/zhengcaioa/Startup.cs
@@ -72,6 +72,7 @@
             services.AddControllersWithViews();
 
             services.AddScoped(typeof(ISimService), typeof(SimService));
+            services.AddScoped(typeof(IHrSalaryService), typeof(HrSalaryService));
 
             services.AddScoped(typeof(IUserService), typeof(UserService));
             services.AddScoped(typeof(ILiaotianService), typeof(LiaotianService));

--
Gitblit v1.9.1