api/ApiModel.cs
@@ -180,11 +180,19 @@
            public string Row { get; set; }
        }
        public class AddCgDetailInfo {
            public string LocCode { get; set; }
            public string CntrCode { get; set; }
            public string ItemCode { get; set; }
            public string ItemName { get; set; }
            public string ItemShortDesc { get; set; }
            public int ItemCount { get; set; }
        }
        public class InboundDataInfo {
            /// <summary>
            /// 起点货位
            /// </summary>
            [JsonProperty("StartLoc")]
            public string StartLoc { get; set; }
            /// <summary>
@@ -194,7 +202,9 @@
            public string Row { get; set; }
            public string ItemCode { get; set; }
            //public string ItemName { get; set; }
            public string ItemName { get; set; }
            public string ItemShortDesc { get; set; }
            public int ItemCount { get; set; }
        }
        public class SelectLocationInfo {
@@ -227,6 +237,9 @@
            public string startLoc { get; set; }
            public string endLoc { get; set; }
            public string ItemCode { get; set; }
            public string ItemName { get; set; }
            public string ItemShortDesc { get; set; }
            public int ItemCount { get; set; }
        }
        public class UnbindLocInfo {