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 |    8 ++++++++
 1 files changed, 8 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 f92e3a5..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>

--
Gitblit v1.9.3