api/ApiModel.cs
@@ -158,6 +158,23 @@
            public string Row { get; set; }
        }
        public class InboundDataInfo {
            /// <summary>
            /// 起点货位
            /// </summary>
            [JsonProperty("StartLoc")]
            public string StartLoc { get; set; }
            /// <summary>
            /// 终点货架(可选)
            /// </summary>
            [JsonProperty("Nrow")]
            public string Row { get; set; }
            public string ItemCode { get; set; }
            //public string ItemName { get; set; }
        }
        public class SelectLocationInfo {
            /// <summary>
            /// AGV小车号:NOTE 后期可能省略,因为只有一辆车