From ef7ff6f2da6051b0a0db3babd61a29ed69e3e228 Mon Sep 17 00:00:00 2001
From: 肖洋 <cathay_xy@163.com>
Date: 星期三, 15 一月 2025 11:24:04 +0800
Subject: [PATCH] 增强API与状态管理,优化配置及文档
---
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStorageTaskService/Task/IDt_TaskService.cs | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStorageTaskService/Task/IDt_TaskService.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStorageTaskService/Task/IDt_TaskService.cs
index 82858a6..557390a 100644
--- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStorageTaskService/Task/IDt_TaskService.cs
+++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStorageTaskService/Task/IDt_TaskService.cs
@@ -190,6 +190,14 @@
Task<WebResponseContent> CreateAndSendOutboundTask(string locationCode, string palletCode);
/// <summary>
+ /// 鎸囧畾浠诲姟鍑哄簱
+ /// </summary>
+ /// <param name="palletCode">鎵樼洏鍙�</param>
+ /// <param name="position">浣嶇疆</param>
+ /// <returns></returns>
+ Task<WebResponseContent> CreateAndSendInboundTask(string palletCode, string position);
+
+ /// <summary>
/// 甯告俯琛ョ┖鎵樼洏鑷冲垎瀹�
/// </summary>
/// <param name="taskDTO"></param>
@@ -204,4 +212,6 @@
/// <returns></returns>
WebResponseContent EmergencyTask(object obj);
+ Task<WebResponseContent> RequestOutTaskToBZAsync(RequestTaskDto json);
+
}
\ No newline at end of file
--
Gitblit v1.9.3