From 164ed043c7dc88fd05074244c3951a9ccc0ceead Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期三, 29 三月 2023 10:54:50 +0800
Subject: [PATCH] 车间看板取数修改、订单下达获取工单语句修改、生产工单手工创建获取单号接口

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

diff --git a/VueWebApi/DLL/BLL/KanBanManagerentBLL.cs b/VueWebApi/DLL/BLL/KanBanManagerentBLL.cs
index 9bd0469..4299609 100644
--- a/VueWebApi/DLL/BLL/KanBanManagerentBLL.cs
+++ b/VueWebApi/DLL/BLL/KanBanManagerentBLL.cs
@@ -97,5 +97,28 @@
             return KanBanManagerentDAL.WareHouseRightBottomData();
         }
         #endregion
+
+
+        #region[杞﹂棿鐪嬫澘鍏憡]
+        public static ToMessage WkspReportNotice(string shopcode)
+        {
+            return KanBanManagerentDAL.WkspReportNotice(shopcode);
+        }
+        #endregion
+
+
+        #region[鑾辩杞﹂棿鐢熶骇鏁板瓧鍖栫湅鏉匡紝浜х嚎鏁版嵁]
+        public static ToMessage WkshpLineData(string lineCode)
+        {
+            return KanBanManagerentDAL.WkshpLineData(lineCode);
+        }
+        #endregion
+
+        #region[鑾辩杞﹂棿鐢熶骇鏁板瓧鍖栫湅鏉匡紝鐢熶骇淇℃伅]
+        public static ToMessage WkshpContentData()
+        {
+            return KanBanManagerentDAL.WkshpContentData();
+        }
+        #endregion
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3