From 9b567a8304c3d202ddd1f716cb63c2a4535b6417 Mon Sep 17 00:00:00 2001 From: 肖洋 <cathay_xy@163.com> Date: 星期一, 09 十二月 2024 22:47:06 +0800 Subject: [PATCH] 高温出库堆垛机完成给线体写入托盘号 --- Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStorageTaskService/Task/IDt_TaskService.cs | 15 +++++++++++++++ 1 files changed, 15 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 43ff9cf..2b4bd9a 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 @@ -181,4 +181,19 @@ /// <returns></returns> WebResponseContent StockCheckingAsync(); + /// <summary> + /// 鍒涘缓鎸囧畾浠诲姟 + /// </summary> + /// <param name="locationCode">璐т綅鍙�</param> + /// <param name="palletCode">鎵樼洏鍙�</param> + /// <returns></returns> + Task<WebResponseContent> CreateAndSendOutboundTask(string locationCode, string palletCode); + + /// <summary> + /// 甯告俯琛ョ┖鎵樼洏鑷冲垎瀹� + /// </summary> + /// <param name="taskDTO"></param> + /// <returns></returns> + Task<WebResponseContent> GetFROutTrayToCW(RequestTaskDto taskDTO); + } \ No newline at end of file -- Gitblit v1.9.3