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 | 63 ++++++++++++++++++++++++++++++-
1 files changed, 61 insertions(+), 2 deletions(-)
diff --git a/Wms/WMS.IBLL/IBllAsnServer/IPalletBindServer.cs b/Wms/WMS.IBLL/IBllAsnServer/IPalletBindServer.cs
index 82c43ec..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>
/// 鍒犻櫎鎵樼洏缁戝畾淇℃伅
@@ -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>
/// 淇濆瓨鎸囧畾鐨勫偍浣�
@@ -69,6 +81,22 @@
#endregion
/// <summary>
+ /// 鐢宠宸烽亾
+ /// </summary>
+ /// <param name="palletNo">鎵樼洏鍙�</param>
+ /// <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>
/// <param name="palletNo">鎵樼洏鍙�</param>
@@ -76,6 +104,15 @@
/// <param name="roadwayNo">宸烽亾鍙�</param>
/// <returns></returns>
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>
/// 鍏ュ簱瀹屾垚
@@ -99,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