From e5d171107520aa5d40b00b8e3fb8cd26e32531e8 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期五, 13 三月 2026 12:39:13 +0800
Subject: [PATCH] feat: implement M region (Merker memory)
---
Code/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs b/Code/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
index 1170aa9..33a002e 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
@@ -74,6 +74,11 @@
public Task<WebResponseContent> OutboundFinishTaskAsync(CreateTaskDto taskDto);
/// <summary>
+ /// 绉诲簱浠诲姟瀹屾垚锛氫慨鏀瑰簱瀛樹綅缃笌鐘舵�侊紝淇敼婧�/鐩爣璐т綅鐘舵�侊紝鍒犻櫎浠诲姟鏁版嵁
+ /// </summary>
+ public Task<WebResponseContent> RelocationFinishTaskAsync(CreateTaskDto taskDto);
+
+ /// <summary>
/// 鍒涘缓绌烘墭鐩樺叆搴撲换鍔�
/// </summary>
/// <param name="taskDto"></param>
--
Gitblit v1.9.3