From a4139771f09730b92fbb1672acc53e60987acee5 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期四, 01 六月 2023 20:51:25 +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