From aa7a63dc467600579085b4cb480ad3bda8495ceb Mon Sep 17 00:00:00 2001 From: wanshenmean <cathay_xy@163.com> Date: 星期三, 06 十一月 2024 14:12:00 +0800 Subject: [PATCH] 添加忽略 --- Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStorageTaskService/Task/IDt_TaskService.cs | 7 +++++++ 1 files changed, 7 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 c624bb2..7a0af69 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 @@ -132,4 +132,11 @@ /// <param name="type"></param> /// <returns></returns> Task<WebResponseContent> RequestTaskAsync(RequestTaskDto input); + + /// <summary> + /// 璇锋眰绌烘墭鐩樹换鍔� + /// </summary> + /// <param name="position"></param> + /// <returns></returns> + Task<WebResponseContent> RequestTrayTaskAsync(string position); } \ No newline at end of file -- Gitblit v1.9.3