From 7e7a1b3dd4c6c1c54ef3a2f54351f53eba517600 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期五, 07 十一月 2025 08:16:39 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

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

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

--
Gitblit v1.9.1