From f7d36a3dd47e06bf76863179af1d76bd0e23054f Mon Sep 17 00:00:00 2001
From: lss <Lss@HanInfo>
Date: 星期一, 19 五月 2025 10:25:17 +0800
Subject: [PATCH] s7协议S7200Smart开发,接口字段更新

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

diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/api/ApiModel.cs b/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/api/ApiModel.cs
index 182642d..07ee2c1 100644
--- a/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/api/ApiModel.cs
+++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/api/ApiModel.cs
@@ -526,6 +526,11 @@
         /// </summary>
         [JsonProperty("weight")]
         public string Weight { get; set; }
+        /// <summary>
+        /// 鎵规閲嶉噺
+        /// </summary>
+        [JsonProperty("qty")]
+        public int Qty { get; set; }
     }
 
     /// <summary>

--
Gitblit v1.9.1