From 4545b915123fb7b7535b697f6e82b12f525f8b71 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期六, 16 七月 2022 21:16:19 +0800
Subject: [PATCH] 工序检验接口编写
---
VueWebApi/DLL/BLL/ErpSyncMesBLL.cs | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/VueWebApi/DLL/BLL/ErpSyncMesBLL.cs b/VueWebApi/DLL/BLL/ErpSyncMesBLL.cs
index a9d05f8..937aebf 100644
--- a/VueWebApi/DLL/BLL/ErpSyncMesBLL.cs
+++ b/VueWebApi/DLL/BLL/ErpSyncMesBLL.cs
@@ -36,5 +36,14 @@
return ErpSyncMesDAL.SeaveSearchPartner(username);
}
#endregion
+
+ #region[鐢熶骇绠$悊锛氱敓浜ц鍗曞悓姝
+ public static ToMessage SeaveSearchErpOrder(string username)
+ {
+ return ErpSyncMesDAL.SeaveSearchErpOrder(username);
+ }
+ #endregion
+
+
}
}
\ No newline at end of file
--
Gitblit v1.9.3