From 5286b614c84f8f82f81772cdb32c2dc5a0d26e0f Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期五, 28 十一月 2025 16:59:20 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

---
 WebAPI/Models/Gy_Mould.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Models/Gy_Mould.cs b/WebAPI/Models/Gy_Mould.cs
index 4855c7b..689bca4 100644
--- a/WebAPI/Models/Gy_Mould.cs
+++ b/WebAPI/Models/Gy_Mould.cs
@@ -69,7 +69,13 @@
         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 bool HTransPackFlag { get; set; }
 
+        public bool HSendPackFlag { get; set; }
+        public int HMouldFoldHeight { get; set; }
         public double HInitLife { get; set; }
         public string HMouldUseStatus { get; set; }
 

--
Gitblit v1.9.1