From 24e9887e71f02998624c63a9e2afa024a898efd3 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期一, 27 十月 2025 08:03:41 +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