| | |
| | | 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; } |
| | | } |
| | | } |
| | | } |