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 |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/VueWebApi/DLL/BLL/BaseDateBLL.cs b/VueWebApi/DLL/BLL/BaseDateBLL.cs
index c637258..9c61535 100644
--- a/VueWebApi/DLL/BLL/BaseDateBLL.cs
+++ b/VueWebApi/DLL/BLL/BaseDateBLL.cs
@@ -64,5 +64,28 @@
             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