1
huanghongfeng
2024-11-11 3ecd03b3a0a30a57153468beaed3199bfe906772
代码管理/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; }
        }
    }
}