From 32bf3387b6a2217976badc021ca94576210c8f2c Mon Sep 17 00:00:00 2001
From: chengsc <11752@DESKTOP-DS49RCP>
Date: 星期五, 17 一月 2025 15:59:32 +0800
Subject: [PATCH] 修改主扫分拣问题

---
 Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs b/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs
index e6f2d61..59d9535 100644
--- a/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs
+++ b/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs
@@ -223,5 +223,12 @@
         /// <returns>鎷嗗灈鎵樼洏淇℃伅</returns>
 
         public RequestBoxInfoCheck BoxInfoCheckWcs(BoxInfoCheck model);
+
+        /// <summary>
+        /// 鎷嗗灈鍒嗘嫞涓绘壂绠辩爜鍑哄簱
+        /// </summary>
+        /// <param name="boxno"></param>
+        /// <returns></returns>
+        string BoxInfoExportWcs(string boxno);
     }
 }

--
Gitblit v1.8.0