From 79626d180b449090a0c2f93daebe90993f67dc84 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期一, 02 二月 2026 14:30:49 +0800
Subject: [PATCH] 合并

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

diff --git a/WebAPI/Models/StationBill.cs b/WebAPI/Models/StationBill.cs
index 05a4a8c..67271c3 100644
--- a/WebAPI/Models/StationBill.cs
+++ b/WebAPI/Models/StationBill.cs
@@ -53,9 +53,9 @@
         public long lngBillSubKey { get; set; }
         public DateTime HStationOutTime { get; set; }
 
-        public DateTime HRelBeginTime { get; set; }
+        public string HRelBeginTime { get; set; }
 
-        public DateTime HRelEndTime { get; set; }
+        public string HRelEndTime { get; set; }
         public long HPayProcID { get; set; }
         public long HSourceID2 { get; set; }
         public long HSourceID3 { get; set; }
@@ -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 double HWeight { get; set; }//瀛愯〃閲嶉噺
+
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1