From db63a35fcc7a49cbb0e5f28f1d2cc355fa19fe13 Mon Sep 17 00:00:00 2001
From: chenhaozhe <gaozhechen26@gmail.com>
Date: 星期日, 12 四月 2026 19:50:27 +0800
Subject: [PATCH] 合并分支

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

diff --git a/WebAPI/Models/Gy_Mould.cs b/WebAPI/Models/Gy_Mould.cs
index 500cf39..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; }

--
Gitblit v1.9.1