From d944fda9f2fbf27d83e8fdf880e8fe5267e1f541 Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期三, 04 六月 2025 17:24:13 +0800
Subject: [PATCH] 优化空托空箱入库兼容出库容器回库场景,修复货位容器绑定的类型丢失问题

---
 api/ApiModel.cs |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/api/ApiModel.cs b/api/ApiModel.cs
index 54338ca..f20f1c9 100644
--- a/api/ApiModel.cs
+++ b/api/ApiModel.cs
@@ -354,6 +354,16 @@
             /// </summary>
             [JsonProperty("qualityGrade")]
             public string QualityGrade { get; set; }
+            /// <summary>
+            /// 鏂欑缂栧彿锛堝緟瀹氾級
+            /// </summary>
+            [JsonProperty("cntrCode")]
+            public string CntrCode { get; set; }
+            ///// <summary>
+            ///// 浜х嚎鍙凤紙寰呭畾锛屽ソ杩愮鏈�鏉′骇绾匡紝瀵瑰簲2涓笅绾胯揣浣嶏紝杩欓噷鏆傚畾涓猴細3鍜�锛�+            ///// </summary>
+            //[JsonProperty("prodLineId")]
+            //public string ProdLineId { get; set; }
         }
 
         /// <summary>

--
Gitblit v1.9.1