From 261ec6b250b3aea2d26e629203c7d699747c27ea Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期二, 03 二月 2026 17:02:04 +0800
Subject: [PATCH] 空托回流区分叠盘或直接回立库

---
 项目代码/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs |   32 +++++++++++++++++++++++++++-----
 1 files changed, 27 insertions(+), 5 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 88fc6d7..01f9f3b 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"
@@ -16,6 +16,7 @@
 #endregion << 鐗� 鏈� 娉� 閲� >>
 
 using Microsoft.AspNetCore.Mvc;
+using Org.BouncyCastle.Asn1.X509;
 using SqlSugar;
 using System;
 using System.Collections.Generic;
@@ -64,7 +65,7 @@
         /// <param name="stationCode"></param>
         /// <param name="palletCode"></param>
         /// <returns></returns>
-        WebResponseContent DeviceRequestInboundTaskSimple(string stationCode, string palletCode);
+        WebResponseContent DeviceRequestInboundTaskSimple(string stationCode);
 
         /// <summary>
         /// 鍘熸枡鍏ュ簱浠诲姟璇锋眰
@@ -89,7 +90,7 @@
         /// 鍒嗛厤鍘熸枡宸烽亾
         /// </summary>
         /// <returns></returns>
-        string AssignYLRoadwayNo(string palletCode);
+        string AssignYLRoadwayNo(string palletCode, int wide = 0, int thickness = 0, int weight = 0);
 
 
         /// <summary>
@@ -143,7 +144,7 @@
         /// <param name="barCode"></param>
         /// <param name="startPoint"></param>
         /// <returns></returns>
-        WebResponseContent EmptyBackTask(string barCode, string startPoint);
+        WebResponseContent EmptyBackTask(string barCode, string startPoint,int target);
 
         /// <summary>
         /// 杈呮枡/鎴愬搧涓存椂鍏ュ簱
@@ -180,13 +181,13 @@
         WebResponseContent RequestYLWMSTaskOut(YLWMSTaskOutDTO yLWMSTaskOutDTO);
 
         /// <summary>
-        /// 鍘熸枡绉诲簱
+        /// 绉诲簱
         /// </summary>
         /// <param name="startAddress"></param>
         /// <param name="endAddress"></param>
         /// <param name="roadWay"></param>
         /// <returns></returns>
-        WebResponseContent IsRelocation(string startAddress, string endAddress, string roadWay);
+        WebResponseContent IsRelocation(RelocationDTO relocationDTO);
         /// <summary>
         /// 鍘熸枡宸烽亾闂寸Щ搴撲换鍔�
         /// </summary>
@@ -260,5 +261,26 @@
         /// <param name="ids"></param>
         /// <returns></returns>
         WebResponseContent CreateSGManualTasks(List<int> ids);
+        /// <summary>
+        /// 绌烘墭鍙犵洏鍑哄簱
+        /// </summary>
+        /// <returns></returns>
+        WebResponseContent PlateOutbound(string stationCode);
+        /// <summary>
+        /// 鍚敤绔欑偣
+        /// </summary>
+        /// <returns></returns>
+        WebResponseContent EnableStatus(int[] keys);
+        /// <summary>
+        /// 绂佺敤绔欑偣
+        /// </summary>
+        /// <returns></returns>
+        WebResponseContent DisableStatus(int[] keys);
+        WebResponseContent BoxingInBound(string stationCode, List<string> barCodes);
+        /// <summary>
+        /// 鎴愬搧鍏ュ簱鎵爜璇锋眰鏇存柊鏉$爜
+        /// </summary>
+        /// <returns></returns>
+        WebResponseContent InBoundPalletCode(int taskNum, string barCode);
     }
 }

--
Gitblit v1.9.3