From c2d3213ba82b7b97d6f85274d3086fff076495d7 Mon Sep 17 00:00:00 2001
From: IPC-610 <IPC-610@DESKTOP-6LEOOS3>
Date: 星期一, 23 九月 2024 19:16:35 +0800
Subject: [PATCH] 修改测试问题
---
Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs b/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs
index d481333..165a748 100644
--- a/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs
+++ b/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs
@@ -15,7 +15,7 @@
/// </summary>
/// <param name="model">妯″瀷</param>
/// <returns></returns>
- bool ErpAddExportNotice(SoInfo model);
+ void HttpAddExportNotice(SoInfo model);
/// <summary>
/// 鑾峰彇鎵ц瀹屾垚鐨勫崟鎹彂閫佽嚦erp
/// </summary>
@@ -149,7 +149,7 @@
/// <param name="userId">鎿嶄綔浜�</param>
/// <param name="url">涓嬪彂璺緞</param>
/// <returns></returns>
- OutCommandDto AgainSendSoTask(string taskNo, int userId,string url);
+ OutCommandDto AgainSendSoTask(string taskNo, string Receiver, int userId,string url);
/// <summary>
/// 鎵嬪姩鍙栨秷鍑哄簱浠诲姟
/// </summary>
--
Gitblit v1.8.0