From 88ee2155f032b18b6b8fb0d67601e3ac824f78e2 Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期三, 22 十月 2025 12:35:40 +0800
Subject: [PATCH] 1
---
WebAPI/Models/StationBill.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/WebAPI/Models/StationBill.cs b/WebAPI/Models/StationBill.cs
index 05a4a8c..a256942 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; }
--
Gitblit v1.9.1