From d6502baa8e5610c04127fbee92ff6111e40956f8 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 13 六月 2023 09:50:02 +0800
Subject: [PATCH] 生产入库、采购入库接口提交

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

diff --git a/VueWebApi/DLL/BLL/BaseDateBLL.cs b/VueWebApi/DLL/BLL/BaseDateBLL.cs
index 8bc2862..9c61535 100644
--- a/VueWebApi/DLL/BLL/BaseDateBLL.cs
+++ b/VueWebApi/DLL/BLL/BaseDateBLL.cs
@@ -50,5 +50,42 @@
             return BaseDateDAL.UnitSerch();
         }
         #endregion
+
+        #region[璐ㄦ鏂规淇℃伅]
+        public static ToMessage QualityScheme()
+        {
+            return BaseDateDAL.QualityScheme();
+        }
+        #endregion
+
+        #region[瀛樿揣鏌ヨ]
+        public static ToMessage InventorySelect(string param)
+        {
+            return BaseDateDAL.InventorySelect(param);
+        }
+        #endregion
+
+
+
+        #region[ERP鐢熶骇杞﹂棿/閮ㄩ棬淇℃伅鏌ヨ]
+        public static ToMessage ErpWkshopDepartmentSelect()
+        {
+            return BaseDateDAL.ErpWkshopDepartmentSelect();
+        }
+        #endregion
+
+        #region[ERP鐢熶粨搴撲俊鎭煡璇
+        public static ToMessage ErpWarehouseSelect()
+        {
+            return BaseDateDAL.ErpWarehouseSelect();
+        }
+        #endregion
+
+        #region[ERP鐢熺敤鎴蜂俊鎭煡璇
+        public static ToMessage ErpUserSelect()
+        {
+            return BaseDateDAL.ErpUserSelect();
+        }
+        #endregion
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3