kazelee
2025-05-20 ef839d119eec2c28fac5f5ba175d71f926afae44
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; }
        }