From 53e66c1f3884ac21f1034d0d996d6e3b630112f9 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期五, 15 八月 2025 09:34:34 +0800
Subject: [PATCH] 出站汇报单编辑设置

---
 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