From 225d1bcc777149a5cad91e1376473e00fec9ff4c Mon Sep 17 00:00:00 2001
From: chengsc <11752@DESKTOP-DS49RCP>
Date: 星期五, 23 五月 2025 14:23:17 +0800
Subject: [PATCH] 修改问题
---
Wms/WMS.IBLL/IHttpServer.cs | 25 ++++++++++++++++++++++++-
1 files changed, 24 insertions(+), 1 deletions(-)
diff --git a/Wms/WMS.IBLL/IHttpServer.cs b/Wms/WMS.IBLL/IHttpServer.cs
index 7fe8239..8d428de 100644
--- a/Wms/WMS.IBLL/IHttpServer.cs
+++ b/Wms/WMS.IBLL/IHttpServer.cs
@@ -15,8 +15,9 @@
/// </summary>
/// <param name="palletNo"></param>
/// <param name="houseNo"></param>
+ /// <param name="ceng"></param>
/// <returns></returns>
- OutCommandDto RequestLocation(string palletNo, string houseNo);
+ OutCommandDto RequestLocation(string palletNo, string houseNo,string ceng);
/// <summary>
/// 鐢宠宸烽亾(瀵嗛泦搴�)
@@ -56,7 +57,29 @@
/// <param name="userId"></param>
void MoveSuccess(string taskNo, int userId);
+ /// <summary>
+ /// 鍑哄簱鍗曠殑绉诲簱浠诲姟瀹屾垚
+ /// </summary>
+ /// <param name="taskNo"></param>
+ /// <param name="userId"></param>
+ void ExMoveSuccess(string taskNo, int userId);
+
+ //----------------------------------------------------------------------------------------------------------
+
+
+
+ /// <summary>
+ /// PDA涓嬪彂鍑哄簱
+ /// </summary>
+ /// <param name="soNo"></param>
+ /// <param name="detailId"></param>
+ /// <param name="outMode"></param>
+ /// <param name="userId"></param>
+ /// <param name="url"></param>
+ /// <param name="str"></param>
+ /// <returns></returns>
+ List<OutCommandDto> IssueOutHouseLk(string soNo, string detailId, string outMode, int userId, string url, out string str);
#endregion
--
Gitblit v1.8.0