api/ApiModel.cs
@@ -223,6 +223,16 @@ public string endLoc { get; set; } } public class InboundLocInfo { public string startLoc { get; set; } public string endLoc { get; set; } public string ItemCode { get; set; } } public class UnbindLocInfo { public string startLoc { get; set; } } public class CancelTaskInfo { public string TaskNo { get; set; } }