From 45c0e976bd0864dbf103717b45d68a6e0419f456 Mon Sep 17 00:00:00 2001
From: LR-20210131IOQH\Administrator <jackcold@163.com>
Date: 星期日, 27 六月 2021 13:09:34 +0800
Subject: [PATCH] 工资核对状态逻辑修改,3天自动确认;物品添加默认启用;

---
 zhengcaioa/IServices/IAdmSigninService.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zhengcaioa/IServices/IAdmSigninService.cs b/zhengcaioa/IServices/IAdmSigninService.cs
index 9691037..1f0ab9d 100644
--- a/zhengcaioa/IServices/IAdmSigninService.cs
+++ b/zhengcaioa/IServices/IAdmSigninService.cs
@@ -19,10 +19,10 @@
 
         //璇峰亣
         ResultEntity SaveAskLeave(AdmAskLeaveDTO admAsk);
-        AdmAskLeaveDTO GetAskLeave(string signinId);
+        AdmAskLeaveDTO GetAskLeave(string Id);
         //閿�鍋�
         ResultEntity SaveAskLeaveOff(AdmAskLeaveOffDTO leaveOff);
-        AdmAskLeaveOffDTO GetAskLeaveOff(string signinId);
+        AdmAskLeaveOffDTO GetAskLeaveOff(string Id);
 
         #region 鑰冨嫟瑙勫垯
 

--
Gitblit v1.9.1