From 8adbc609ea7b5982d5c7bd3c47beb2fa775c5399 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期一, 29 十二月 2025 18:43:08 +0800
Subject: [PATCH] 1
---
WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs b/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
index 179006e..3314a18 100644
--- a/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
+++ b/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
@@ -42,6 +42,8 @@
WebResponseContent DeviceRequestInboundTaskSimple(string stationCode, string palletCode, int heightType);
+ WebResponseContent ApplyLocation(string palletCode);
+
Task<WebResponseContent> TaskCompleted(int taskNum);
WebResponseContent UpdateTaskStatus(int tasknum, int tasktype);
@@ -94,5 +96,6 @@
/// <param name="stockViews"></param>
/// <returns></returns>
WebResponseContent TakeOutbound(List<StockViewDTO> stockViews);
+ WebResponseContent WMSGenerateNewOutboundTask(int[] keys);
}
}
--
Gitblit v1.9.3