From 54fd66c4912f6f104c4100730da9fbaba726b66f Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期五, 31 十月 2025 08:53:21 +0800
Subject: [PATCH] 九零报表控制器

---
 WebAPI/Models/StationBill.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Models/StationBill.cs b/WebAPI/Models/StationBill.cs
index 4c56e41..a256942 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 string HRelBeginTime { get; set; }
+
+        public string HRelEndTime { get; set; }
         public long HPayProcID { get; set; }
         public long HSourceID2 { get; set; }
         public long HSourceID3 { get; set; }
@@ -94,5 +98,6 @@
         public int HMouldID { get; set; }
         public string HDate { get; set; }
         public double HMachineWorkTimes { get; set; }
+        public int HIsTimeFlag { get; set; } = 0;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1