From 915d3ac08ac5482e0acf7f4a90471fda3f017457 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期一, 21 十一月 2022 10:35:24 +0800
Subject: [PATCH] 工艺路线接口修改
---
VueWebApi/DLL/BLL/KanBanManagerentBLL.cs | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/VueWebApi/DLL/BLL/KanBanManagerentBLL.cs b/VueWebApi/DLL/BLL/KanBanManagerentBLL.cs
index 9bd0469..862beb4 100644
--- a/VueWebApi/DLL/BLL/KanBanManagerentBLL.cs
+++ b/VueWebApi/DLL/BLL/KanBanManagerentBLL.cs
@@ -97,5 +97,21 @@
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
}
}
\ No newline at end of file
--
Gitblit v1.9.3