From be2a307d9cfaacdbeb169a3ad61637e23a96bebe Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期四, 31 八月 2023 17:32:46 +0800
Subject: [PATCH] 1.同步ERP存货档案、仓库信息 2.存货分类(查询、新增、修改、删除) 3.存货档案(查询、新增、修改)
---
VueWebCoreApi/DLL/BLL/ErpSyncMesBLL.cs | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/VueWebCoreApi/DLL/BLL/ErpSyncMesBLL.cs b/VueWebCoreApi/DLL/BLL/ErpSyncMesBLL.cs
index c130cf7..32d0c23 100644
--- a/VueWebCoreApi/DLL/BLL/ErpSyncMesBLL.cs
+++ b/VueWebCoreApi/DLL/BLL/ErpSyncMesBLL.cs
@@ -16,5 +16,19 @@
return ErpSyncMesDAL.SaveSearchUnit(us);
}
#endregion
+
+ #region[鐗╂枡绠$悊锛氬瓨璐ф。妗堝悓姝
+ public static ToMessage SaveSearchMateriel_Info(User us)
+ {
+ return ErpSyncMesDAL.SaveSearchMateriel_Info(us);
+ }
+ #endregion
+
+ #region[鐗╂枡绠$悊锛氫粨搴撳悓姝
+ public static ToMessage SaveSearchWareHouse(User us)
+ {
+ return ErpSyncMesDAL.SaveSearchWareHouse(us);
+ }
+ #endregion
}
}
--
Gitblit v1.9.3