From a949debc0abbe90adfda1af653b7b5c2ab27d997 Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期五, 06 六月 2025 17:14:55 +0800
Subject: [PATCH] 使用Container表优化容器与物料类型绑定的逻辑

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

diff --git a/api/ApiModel.cs b/api/ApiModel.cs
index f20f1c9..f21a1e4 100644
--- a/api/ApiModel.cs
+++ b/api/ApiModel.cs
@@ -359,6 +359,11 @@
             /// </summary>
             [JsonProperty("cntrCode")]
             public string CntrCode { get; set; }
+            /// <summary>
+            /// 鐗╂枡鏁伴噺锛堝緟瀹氾級
+            /// </summary>
+            [JsonProperty("itemNum")]
+            public int ItemNum { get; set; }
             ///// <summary>
             ///// 浜х嚎鍙凤紙寰呭畾锛屽ソ杩愮鏈�鏉′骇绾匡紝瀵瑰簲2涓笅绾胯揣浣嶏紝杩欓噷鏆傚畾涓猴細3鍜�锛�             ///// </summary>

--
Gitblit v1.9.1