From 9e2ea8f4b5945e37b291e589d7ca2e8542a650b2 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期二, 12 八月 2025 10:55:07 +0800
Subject: [PATCH] 1

---
 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 bcc5a1f..05a4a8c 100644
--- a/WebAPI/Models/StationBill.cs
+++ b/WebAPI/Models/StationBill.cs
@@ -52,6 +52,10 @@
         public long lngBillKey { get; set; }
         public long lngBillSubKey { get; set; }
         public DateTime HStationOutTime { get; set; }
+
+        public DateTime HRelBeginTime { get; set; }
+
+        public DateTime HRelEndTime { get; set; }
         public long HPayProcID { get; set; }
         public long HSourceID2 { get; set; }
         public long HSourceID3 { get; set; }

--
Gitblit v1.9.1