From 6708f9f2ddc7471924aed87cae617bb042eaa9f8 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期一, 21 十一月 2022 15:11:19 +0800
Subject: [PATCH] 富尔达的登陆接口存redis加企业区分,车间生产数字化看板接口开发

---
 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..c645d9a 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