From 39d468b76e60c05ffcdf749f7ed1d3c443d542f8 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期四, 30 四月 2026 17:13:05 +0800
Subject: [PATCH] 一堆需要求新增及更改

---
 项目代码/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs"
index 2e44e6b..2fffa8b 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs"
@@ -65,7 +65,7 @@
         /// <param name="stationCode"></param>
         /// <param name="palletCode"></param>
         /// <returns></returns>
-        WebResponseContent DeviceRequestInboundTaskSimple(string stationCode);
+        WebResponseContent DeviceRequestInboundTaskSimple(string stationCode,string startPoint = "");
 
         /// <summary>
         /// 鍘熸枡鍏ュ簱浠诲姟璇锋眰
@@ -286,7 +286,7 @@
         /// 鎴愬搧缁勭洏
         /// </summary>
         /// <returns></returns>
-        WebResponseContent BoxingInBound(string stationCode, List<string> barCodes);
+        WebResponseContent BoxingInBound(string stationCode, int heightNum, List<string> barCodes, int type = 0);
         /// <summary>
         /// 鎴愬搧鍏ュ簱鎵爜璇锋眰鏇存柊鏉$爜
         /// </summary>
@@ -297,5 +297,11 @@
         /// </summary>
         /// <returns></returns>
         WebResponseContent SemiProIn(string barcode, string palletCode, string address);
+        /// <summary>
+        /// 浜屾ゼ鎴愬搧PDA鎵爜鏍¢獙
+        /// </summary>
+        /// <param name="barcode"></param>
+        /// <returns></returns>
+        WebResponseContent CodeAnalysis(string barcode);
     }
 }

--
Gitblit v1.9.3