From c1f786beffce7b9c3a0c89d315df98c745d0c607 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期三, 12 十一月 2025 18:59:47 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

---
 WebAPI/Models/StationBill.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebAPI/Models/StationBill.cs b/WebAPI/Models/StationBill.cs
index 32b1173..67271c3 100644
--- a/WebAPI/Models/StationBill.cs
+++ b/WebAPI/Models/StationBill.cs
@@ -101,7 +101,7 @@
         public int HIsTimeFlag { get; set; } = 0;
         public string HBatchNo { get; set; }//瀛愯〃鎵规
 
-        public string HWeight { get; set; }//瀛愯〃閲嶉噺
+        public double HWeight { get; set; }//瀛愯〃閲嶉噺
 
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1