From 6abc355aeb4e6f7960c11795dbbcc26396b0c888 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期五, 16 五月 2025 17:20:45 +0800 Subject: [PATCH] 博实物料下发同步接口开发,满箱入库、出库逻辑测试与优化 --- Dtos/Request/MoboxRequest.cs | 25 +++++++++++-------------- 1 files changed, 11 insertions(+), 14 deletions(-) diff --git a/Dtos/Request/MoboxRequest.cs b/Dtos/Request/MoboxRequest.cs index 8417ed7..5f240a5 100644 --- a/Dtos/Request/MoboxRequest.cs +++ b/Dtos/Request/MoboxRequest.cs @@ -13,20 +13,17 @@ /// <summary> /// 鐗╂枡缂栫爜 /// </summary> - [JsonProperty("s_item_code")] public string ItemCode { get; set; } ///// <summary> ///// 鐗╂枡鍚嶇О ///// </summary> - // //[JsonProperty("item_name")] //public string ItemName { get; set; } /// <summary> /// 鎵规鍙� /// </summary> - - [JsonProperty("s_batch_no")] + [JsonProperty("s_batch")] public string BatchNo { get; set; } /// <summary> /// 鐗╂枡瑙勬牸 @@ -39,7 +36,7 @@ [JsonProperty("n_num")] public int Qty { get; set; } /// <summary> - /// 璐т綅淇℃伅 + /// 璧风偣璐т綅淇℃伅 /// </summary> [JsonProperty("s_start_loc")] public string StartLoc { get; set; } @@ -117,12 +114,17 @@ /// 瀹瑰櫒绫诲瀷 /// </summary> [JsonProperty("cntr_type")] - public string CnteType { get; set; } + public string CntrType { get; set; } /// <summary> /// 缁堢偣搴撳尯缂栫爜 /// </summary> [JsonProperty("end_area")] public string EndArea { get; set; } + /// <summary> + /// 璧风偣璐т綅 + /// </summary> + [JsonProperty("start_loc")] + public string StartLoc { get; set; } } public class EmptyInboundDetailInfo : StartCntInfo { } @@ -220,7 +222,9 @@ [JsonProperty("end_area")] public string EndArea { get; set; } } - + /// <summary> + /// 鎶芥-鍚堟牸鍥炲簱(PDA) 鏁版嵁绫�+ /// </summary> public class QualifiedBackInfo { /// <summary> /// 鐗╂枡缂栫爜 @@ -256,13 +260,11 @@ /// <summary> /// 鐗╂枡缂栫爜 /// </summary> - [JsonProperty("item_code")] public string ItemCode { get; set; } ///// <summary> ///// 鐗╂枡鍚嶇О ///// </summary> - // //[JsonProperty("item_name")] //public string ItemName { get; set; } /// <summary> @@ -273,7 +275,6 @@ /// <summary> /// 鎵规鍙� /// </summary> - [JsonProperty("batch_no")] public string BatchNo { get; set; } /// <summary> @@ -284,20 +285,16 @@ /// <summary> /// 瀹瑰櫒绫诲瀷 /// </summary> - [JsonProperty("cntr_type")] public string CntrType { get; set; } - /// <summary> /// 鍑哄簱缁堢偣璐у尯 /// </summary> - [JsonProperty("end_area")] public string EndArea { get; set; } /// <summary> /// 鏄惁寮哄埗鍑哄簱 /// </summary> - [JsonProperty("force_out")] public bool ForcedOut { get; set; } } -- Gitblit v1.9.1