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 |   11 +++++++++--
 1 files changed, 9 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 e3ae0ba..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>
         /// 鍘熸枡鍏ュ簱浠诲姟璇锋眰
@@ -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>
         /// 杈呮枡/鎴愬搧涓存椂鍏ュ簱
@@ -275,5 +276,11 @@
         /// </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