From 73afaa921ba3b00116421e8ff6a89837b33669c9 Mon Sep 17 00:00:00 2001
From: chengsc <Demo@DESKTOP-CPA90BF>
Date: 星期四, 01 八月 2024 14:51:00 +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 b5bd275..462db76 100644
--- a/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs
+++ b/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs
@@ -49,7 +49,7 @@
         /// <param name="type">绫诲瀷</param>
         /// <param name="msg">鐗╂祦缂栫爜銆佸悕绉般�佹壒娆�</param>
         /// <returns></returns>
-        List<ExStockInfoDto> GetStockGroupList( string type, string msg);
+        List<ExStockInfoDto> GetStockGroupList( string type, string ownerNo, string msg);
         /// <summary>
         /// 娣诲姞鍑哄簱鍗�
         /// </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