From c43a4dfbc7a80d6be6e9823cdd0e182898fc2562 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期四, 05 九月 2024 14:06:58 +0800
Subject: [PATCH] 1.生产报工根据工单、工序获取设备/外协供应商信息
---
VueWebCoreApi/DLL/BLL/KanBanManagerentBLL.cs | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/VueWebCoreApi/DLL/BLL/KanBanManagerentBLL.cs b/VueWebCoreApi/DLL/BLL/KanBanManagerentBLL.cs
index a6f15e4..313bdbd 100644
--- a/VueWebCoreApi/DLL/BLL/KanBanManagerentBLL.cs
+++ b/VueWebCoreApi/DLL/BLL/KanBanManagerentBLL.cs
@@ -51,5 +51,34 @@
return KanBanManagerentDAL.WorkShopCompreRightBottom();
}
#endregion
+
+
+ #region[浠撳簱鐪嬫澘,宸︿笂浜у搧寰呭叆搴撳垪琛╙
+ public static ToMessage WareHouseTopLeftData()
+ {
+ return KanBanManagerentDAL.WareHouseTopLeftData();
+ }
+ #endregion
+
+ #region[浠撳簱鐪嬫澘,宸︿笅濮斿寰呭叆搴撳垪琛╙
+ public static ToMessage WareHouseTopBottomData()
+ {
+ return KanBanManagerentDAL.WareHouseTopBottomData();
+ }
+ #endregion
+
+ #region[浠撳簱鐪嬫澘,鍙充笂鎴愬搧搴撱�佸崐鎴愬搧搴搕op5搴撳瓨鎺掕]
+ public static ToMessage WareHouseRightTopData()
+ {
+ return KanBanManagerentDAL.WareHouseRightTopData();
+ }
+ #endregion
+
+ #region[浠撳簱鐪嬫澘,鍙充笅鍘熸枡搴撳簱top5搴撳瓨鎺掕]
+ public static ToMessage WareHouseRightBottomData()
+ {
+ return KanBanManagerentDAL.WareHouseRightBottomData();
+ }
+ #endregion
}
}
--
Gitblit v1.9.3