From f248d4a25fb196149c9add083e74252d7334b37d Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期四, 05 六月 2025 17:31:45 +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