From 4084e06d179675c094a17abb9695aa9a33617b92 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期四, 14 九月 2023 17:33:09 +0800
Subject: [PATCH] 存货档案导入、设备清单导入
---
VueWebCoreApi/DLL/BLL/ErpSyncMesBLL.cs | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/VueWebCoreApi/DLL/BLL/ErpSyncMesBLL.cs b/VueWebCoreApi/DLL/BLL/ErpSyncMesBLL.cs
index 32d0c23..d8a9a90 100644
--- a/VueWebCoreApi/DLL/BLL/ErpSyncMesBLL.cs
+++ b/VueWebCoreApi/DLL/BLL/ErpSyncMesBLL.cs
@@ -24,11 +24,18 @@
}
#endregion
- #region[鐗╂枡绠$悊锛氫粨搴撳悓姝
+ #region[鍩虹璁剧疆锛氫粨搴撳悓姝
public static ToMessage SaveSearchWareHouse(User us)
{
return ErpSyncMesDAL.SaveSearchWareHouse(us);
}
#endregion
+
+ #region[鍩虹璁剧疆锛氬線鏉ュ崟浣嶅悓姝
+ public static ToMessage SeaveSearchPartner(User us)
+ {
+ return ErpSyncMesDAL.SeaveSearchPartner(us);
+ }
+ #endregion
}
}
--
Gitblit v1.9.3