Dtos/Request/MoboxRequest.cs
@@ -35,22 +35,17 @@ /// 起点货位 /// </summary> [JsonProperty("StartLoc")] public string startLoc { get; set; } public string StartLoc { get; set; } /// <summary> /// 终点货架(可选) /// </summary> [JsonProperty("Nrow")] public string endShelf { get; set; } public string Row { get; set; } } public class SelectLocationInfo { public string forklift_no { get; set; } ///// <summary> ///// 任务号 ///// </summary> //public string taskNo { get; set; } public string endLoc { get; set; } }