From 98671d2b1473b1e3e55abbdd3304fc3cd8c33959 Mon Sep 17 00:00:00 2001
From: chengsc <Demo@DESKTOP-CPA90BF>
Date: 星期三, 16 十月 2024 18:14:38 +0800
Subject: [PATCH] 修改问题

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

diff --git a/Wms/WMS.IBLL/IBllAsnServer/IPalletBindServer.cs b/Wms/WMS.IBLL/IBllAsnServer/IPalletBindServer.cs
index b6660a2..3dc8720 100644
--- a/Wms/WMS.IBLL/IBllAsnServer/IPalletBindServer.cs
+++ b/Wms/WMS.IBLL/IBllAsnServer/IPalletBindServer.cs
@@ -8,6 +8,17 @@
 {
     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);
 
@@ -52,11 +63,12 @@
         /// <param name="column">鍒�</param>
         /// <param name="layer">灞�</param>
         /// <param name="locateNo">鍌ㄤ綅鍙�</param>
+        /// <param name="BindId">鎵樼洏缁戝畾id</param>
         /// <param name="page"></param>
         /// <param name="limit"></param>
         /// <param name="count"></param>
         /// <returns></returns>
-        List<LocatDto> GetLocateList(string houseNo, string roadwayNo,string row, string column,string layer,string locateNo,int page,int limit,out int count);
+        List<LocatDto> GetLocateList(string houseNo, string roadwayNo,string row, string column,string layer,string locateNo, string BindId,int page,int limit,out int count);
 
         /// <summary>
         /// 淇濆瓨鎸囧畾鐨勫偍浣�
@@ -75,6 +87,15 @@
         /// <param name="houseNo">浠撳簱鍙�</param>
         /// <returns></returns>
         OutCommandDto RequestRoadWay(string palletNo, string houseNo);
+
+        /// <summary>
+        /// 鐢宠宸烽亾(鍙傝妯″紡)
+        /// </summary>
+        /// <param name="palletNo"></param>
+        /// <param name="houseNo"></param> 
+        /// <returns></returns>
+        OutCommandDto RequestRoadWayModel(string palletNo, string houseNo);
+
         /// <summary>
         /// 鐢宠绌哄偍浣�
         /// </summary>
@@ -85,6 +106,15 @@
         OutCommandDto RequestLocation(string palletNo, string houseNo, string roadwayNo);
 
         /// <summary>
+        /// 鐢宠绌哄偍浣�(鍙傝妯″紡)
+        /// </summary>
+        /// <param name="palletNo"></param>
+        /// <param name="houseNo"></param>
+        /// <param name="roadwayNo"></param>
+        /// <returns></returns>
+        OutCommandDto RequestLocationModel(string palletNo, string houseNo, string roadwayNo);
+
+        /// <summary>
         /// 鍏ュ簱瀹屾垚
         /// </summary>
         /// <param name="taskNo">浠诲姟鍙�</param>

--
Gitblit v1.8.0