From ad16e8351b0ece14ac2c1672dea69b08ef079e88 Mon Sep 17 00:00:00 2001 From: 肖洋 <cathay_xy@163.com> Date: 星期三, 15 一月 2025 18:19:03 +0800 Subject: [PATCH] 优化代码并更新配置文件 --- 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