From 01b5ef474e1a5d8dc682b64312f23bdbb0fdf3a7 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期三, 12 四月 2023 16:26:48 +0800
Subject: [PATCH] 1.采购到货接口修改 2.停用设备过滤

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

diff --git a/VueWebApi/DLL/BLL/BaseDateBLL.cs b/VueWebApi/DLL/BLL/BaseDateBLL.cs
index bd3049a..f516156 100644
--- a/VueWebApi/DLL/BLL/BaseDateBLL.cs
+++ b/VueWebApi/DLL/BLL/BaseDateBLL.cs
@@ -43,5 +43,19 @@
             return BaseDateDAL.WarehouseLocationSearchStoreHouse(locationcode);
         }
         #endregion
+
+        #region[鍗曚綅淇℃伅鏌ヨ]
+        public static ToMessage UnitSerch()
+        {
+            return BaseDateDAL.UnitSerch();
+        }
+        #endregion
+
+        #region[璐ㄦ鏂规淇℃伅]
+        public static ToMessage QualityScheme()
+        {
+            return BaseDateDAL.QualityScheme();
+        }
+        #endregion
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3