From 6392b9aed7e649ca1da1151308b6e3dee7add689 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期五, 18 十一月 2022 09:19:48 +0800
Subject: [PATCH] 灵翔个人计件工资报表接口开发

---
 VueWebApi/DLL/BLL/ProductionManagementBLL.cs |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/VueWebApi/DLL/BLL/ProductionManagementBLL.cs b/VueWebApi/DLL/BLL/ProductionManagementBLL.cs
index 5d90d0e..ddd7219 100644
--- a/VueWebApi/DLL/BLL/ProductionManagementBLL.cs
+++ b/VueWebApi/DLL/BLL/ProductionManagementBLL.cs
@@ -256,6 +256,20 @@
         }
         #endregion
 
+        #region[鐢熶骇绠$悊,淇敼鎶ュ伐鍙嶅鏍告彁浜
+        public static ToMessage MesOrderStepNoVerifySeave(string username, List<UpdateProductReport> json)
+        {
+            return ProductionManagementDAL.MesOrderStepNoVerifySeave(username, json);
+        }
+        #endregion
+
+        #region[鐢熶骇绠$悊,鍒犻櫎鎶ュ伐璁板綍]
+        public static ToMessage MesOrderStepDeleteSeave(string username, List<UpdateProductReport> json)
+        {
+            return ProductionManagementDAL.MesOrderStepDeleteSeave(username, json);
+        }
+        #endregion
+
 
 
 

--
Gitblit v1.9.3