From 19e95f4acc328bbf62a0427fe658d00268019e66 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期一, 07 四月 2025 10:14:34 +0800
Subject: [PATCH] 修改IIS配置

---
 Wms/WMS.IBLL/IBllAsnServer/IPalletBindServer.cs |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

diff --git a/Wms/WMS.IBLL/IBllAsnServer/IPalletBindServer.cs b/Wms/WMS.IBLL/IBllAsnServer/IPalletBindServer.cs
index 3dc8720..6a8fa4f 100644
--- a/Wms/WMS.IBLL/IBllAsnServer/IPalletBindServer.cs
+++ b/Wms/WMS.IBLL/IBllAsnServer/IPalletBindServer.cs
@@ -24,7 +24,7 @@
 
         List<BoxInfoDto> GetBoxInfoList(BoxInfoVm model, out int count);
 
-        List<BoxInfoDto> GetBoxInfoByBoxNo(string boxNo, string boxNo3);
+        List<BoxInfoDto> GetBoxInfoByBoxNo(string bindNo,string boxNo, string boxNo3);
 
         /// <summary>
         /// 鍒犻櫎鎵樼洏缁戝畾淇℃伅
@@ -136,6 +136,28 @@
         /// <returns></returns>
         OutCommandDto FullException(ReceiveWcsSignal model);
 
+        /// <summary>
+        /// WCS鐢宠缂犺啘鍏ュ簱
+        /// </summary>
+        /// <param name="palletNo">鎵樼洏鍙�</param>
+        /// <returns></returns>
+        int RequestPackWcs(string palletNo);
+
+        /// <summary>
+        /// WCS鐢宠鎷嗚啘鍑哄簱
+        /// </summary>
+        /// <param name="palletNo">鎵樼洏鍙�</param>
+        /// <returns></returns>
+        int RequestUnPackWcs(string palletNo);
+
+        /// <summary>
+        /// WCS鐢宠缂犺啘瀹屾垚
+        /// </summary>
+        /// <param name="palletNo">鎵樼洏鍙�</param>
+        /// <returns></returns>
+        int RequestPackedWcs(string palletNo);
+
+        
 
         ///// <summary>
         ///// 閲嶆柊涓嬪彂鍏ュ簱浠诲姟

--
Gitblit v1.8.0