From ef839d119eec2c28fac5f5ba175d71f926afae44 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期二, 20 五月 2025 11:49:22 +0800 Subject: [PATCH] 修复数据库表字段不匹配、读取重量错误处理等逻辑 --- Dtos/Request/MoboxRequest.cs | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/Dtos/Request/MoboxRequest.cs b/Dtos/Request/MoboxRequest.cs index ebadc95..57d13bf 100644 --- a/Dtos/Request/MoboxRequest.cs +++ b/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; } } -- Gitblit v1.9.1