From 080398b3ec314095e2fd5cccd3590e42815cc6c8 Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期三, 05 十一月 2025 15:32:00 +0800
Subject: [PATCH] 1
---
WebAPI/Models/StationBill.cs | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/WebAPI/Models/StationBill.cs b/WebAPI/Models/StationBill.cs
index 2061bf9..1fbe9d9 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; }
@@ -92,5 +96,10 @@
public long HMaterToSourceInterID { get; set; }
public string HMaterToSourceBillNo { get; set; }
public int HMouldID { get; set; }
+ 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