From fd16acf651da547b7d9bbe187b217396a7db5c9e Mon Sep 17 00:00:00 2001
From: xxyy <cathay_xy@163.com>
Date: 星期六, 15 二月 2025 13:08:10 +0800
Subject: [PATCH] 新增新增SetSetEmptyEmptyOutOutby存操作
---
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStorageTaskService/Task/IDt_TaskService.cs | 12 ++++++++++++
1 files changed, 12 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..9b0e9ac 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,8 @@
/// <returns></returns>
WebResponseContent EmergencyTask(object obj);
+ Task<WebResponseContent> RequestOutTaskToBZAsync(RequestTaskDto json);
+
+ Task<WebResponseContent> SetEmptyOutbyInToOutAsync(RequestTaskDto request);
+
}
\ No newline at end of file
--
Gitblit v1.9.3