From be4498e7e306a63ecd11515a21944305dd7df7f8 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期三, 13 九月 2023 18:16:43 +0800
Subject: [PATCH] 1.往来单位同步接口 2.往来单位、仓库、库位 excel导入
---
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