From 3ecd03b3a0a30a57153468beaed3199bfe906772 Mon Sep 17 00:00:00 2001 From: huanghongfeng <huanghongfeng@hnkhzn.com> Date: 星期一, 11 十一月 2024 16:58:37 +0800 Subject: [PATCH] 1 --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs" index e64d65d..8f57601 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs" @@ -52,10 +52,16 @@ WebResponseContent MaterielCarry(string startPoint); WebResponseContent IsRelocations(int TaskNum, string SourceAddress); - WebResponseContent GenerateInventoryInformation(string SourceAddress, string PalletCode); + WebResponseContent GenerateInventoryInformation(GenerateInv generate); WebResponseContent ManualOutbound(SaveModel saveModel); WebResponseContent Empty_outbound(string SourceAddress); WebResponseContent Queryinventory(string palletCode); WebResponseContent RelocationTaskCompleted(string PalletCode, string SourceAddress, string TargetAddress); + + public class GenerateInv + { + public string SourceAddress { get; set; } + public string PalletCode { get; set; } + } } } -- Gitblit v1.9.3