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 |   35 ++++++++++++++++++++++++++++++++++-
 1 files changed, 34 insertions(+), 1 deletions(-)

diff --git a/Wms/WMS.IBLL/IBllAsnServer/IPalletBindServer.cs b/Wms/WMS.IBLL/IBllAsnServer/IPalletBindServer.cs
index d44bcaf..6a8fa4f 100644
--- a/Wms/WMS.IBLL/IBllAsnServer/IPalletBindServer.cs
+++ b/Wms/WMS.IBLL/IBllAsnServer/IPalletBindServer.cs
@@ -8,12 +8,23 @@
 {
     public interface IPalletBindServer
     {
+        #region 鎺ュ彛鏂规硶
+
+        /// <summary>
+        /// 鎴愬搧/鎵樼洏 缁戝畾淇℃伅
+        /// </summary>
+        /// <param name="model"></param>
+        /// <param name="userId"></param>
+        void BindPalletStock(BoxPalletBindVm model, int userId);
+
+        #endregion
+
         #region 鎵樼洏缁戝畾
         List<PalletBindDto> GetPalletBindList(PalletBindVm model, out int count);
 
         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>
         /// 鍒犻櫎鎵樼洏缁戝畾淇℃伅
@@ -125,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