From 6fe3d6fc4e93f4cf31dc02d4f0cbc48d56c249b7 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期五, 30 六月 2023 13:35:23 +0800
Subject: [PATCH] 多车间模式接口过滤

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

diff --git a/VueWebApi/DLL/BLL/BaseDateBLL.cs b/VueWebApi/DLL/BLL/BaseDateBLL.cs
index 9c61535..e4dfda7 100644
--- a/VueWebApi/DLL/BLL/BaseDateBLL.cs
+++ b/VueWebApi/DLL/BLL/BaseDateBLL.cs
@@ -65,6 +65,19 @@
         }
         #endregion
 
+        #region[閫氳繃閫夋嫨鐨勬墍灞炵粍缁囨煡璇㈡墍灞炵彮缁刔
+        public static ToMessage StorgGroupSelect(string stu_torgcode, string description)
+        {
+            return BaseDateDAL.StorgGroupSelect(stu_torgcode, description);
+        }
+        #endregion
+
+        #region[閫氳繃閫夋嫨鐨勬墍灞炵粍缁囨煡璇㈡墍灞炶鑹茬被鍨媇
+        public static ToMessage StorgRoleSelect(string stu_torgcode, string description)
+        {
+            return BaseDateDAL.StorgRoleSelect(stu_torgcode, description);
+        }
+        #endregion
 
 
         #region[ERP鐢熶骇杞﹂棿/閮ㄩ棬淇℃伅鏌ヨ]

--
Gitblit v1.9.3