From 0a40c3c64b284488bff08ab93b15340d5bfdc580 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期一, 03 十一月 2025 16:21:36 +0800
Subject: [PATCH] 单品过站接口开发

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

diff --git a/WebAPI/Models/StationBill.cs b/WebAPI/Models/StationBill.cs
index 05a4a8c..1fbe9d9 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,7 @@
         public string HDate { get; set; }
         public double HMachineWorkTimes { get; set; }
         public int HIsTimeFlag { get; set; } = 0;
+        public string HBatchNo { get; set; }//瀛愯〃鎵规
+
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1