From 4fb4bd80f377e1d64692b83ed4bd1f0cf8cf6f5a Mon Sep 17 00:00:00 2001 From: 肖洋 <cathay_xy@163.com> Date: 星期二, 24 十二月 2024 17:42:42 +0800 Subject: [PATCH] 合并 --- 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