From fbba6d6e8ccf4b052735bd51fd04ff7cb5c16b78 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 19 九月 2023 17:32:30 +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