From 2045b7d31aa63e97d820c72c21cf145adb58960c Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期四, 16 一月 2025 13:11:29 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/liudongl/jc24-wms

---
 Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs b/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs
index 165a748..e6f2d61 100644
--- a/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs
+++ b/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs
@@ -23,7 +23,7 @@
         /// <param name="url">涓婁紶璺緞</param>
         /// <param name="userId">鎿嶄綔浜�</param>
         /// <returns></returns>
-        bool FinishSo(int id, string url, int userId);
+        bool FinishSo(int id, string url, string userNo, string pwd, int userId);
         //------------------------------------------------------------------------------------------
 
         /// <summary>
@@ -133,7 +133,7 @@
         /// <param name="taskNo">浠诲姟鍙�</param> 
         /// <param name="userId">鎿嶄綔浜�</param> 
         /// <returns></returns>
-        void ExportSuccess(string taskNo,int userId);
+        void ExportSuccess(string taskNo,int userId,string url);
 
         /// <summary>
         /// wcs杩斿洖鐨勬垚鍔熶俊鍙锋垨鎵嬪姩瀹屾垚锛堢Щ搴撴垚鍔燂級
@@ -215,5 +215,13 @@
         /// <param name="soNo"></param>
         /// <returns></returns>
         string IsNeedUnpack(string soNo);
+
+        /// <summary>
+        /// 鑾峰彇鎷嗗灈鎵樼洏鎷嗗灈淇℃伅
+        /// </summary>
+        /// <param name="model">鎷嗗灈鎵樼洏鍙峰拰WCS浠诲姟鍙�</param>
+        /// <returns>鎷嗗灈鎵樼洏淇℃伅</returns>
+
+        public RequestBoxInfoCheck BoxInfoCheckWcs(BoxInfoCheck model);
     }
 }

--
Gitblit v1.8.0