From 5a9d51aa1202f4e52173245d3069e6bd1949d51b Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期一, 27 四月 2026 09:53:21 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

---
 WebAPI/Models/Gy_Mould.cs |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/WebAPI/Models/Gy_Mould.cs b/WebAPI/Models/Gy_Mould.cs
index 69d89a4..f9ff66a 100644
--- a/WebAPI/Models/Gy_Mould.cs
+++ b/WebAPI/Models/Gy_Mould.cs
@@ -69,9 +69,9 @@
         public int HNowSPID { get; set; }
         public int HCREATEORGID { get; set; }
         public int HUSEORGID { get; set; }
-        public int HMouldLength { get; set; }
-        public int HMouldWidth { get; set; }
-        public int HMouldHeight { get; set; }
+        public double HMouldLength { get; set; }
+        public double HMouldWidth { get; set; }
+        public double HMouldHeight { get; set; }
         public bool HTransPackFlag { get; set; }
 
         public bool HSendPackFlag { get; set; }
@@ -91,5 +91,7 @@
         public string HGaugeDesignSize { get; set; }  // 妫�鍏疯璁″昂瀵�
         public int HProductQTY { get; set; }  // 浜у搧鏁伴噺
         public int HManagerID { get; set; }  // 璐熻矗浜�
+        public double HPackV { get; set; }  // 鎵樹綋绉�
+        public double HStandardQtyForMouldInPack { get; set; }  // 鎵樻爣鍑嗗鍣ㄦ暟閲�
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1