kazelee
4 天以前 d93440432c13c75f798427be327cde02cfe7f301
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; }
        }