From bb54ce963fc2d10cc4b8b8f4e0b93d7659dd1c8a Mon Sep 17 00:00:00 2001 From: wtt <1985833171@qq.com> Date: 星期二, 12 八月 2025 10:55:23 +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 294d78d..05a4a8c 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 DateTime HRelBeginTime { get; set; } + + public DateTime HRelEndTime { get; set; } public long HPayProcID { get; set; } public long HSourceID2 { get; set; } public long HSourceID3 { get; set; } @@ -84,11 +88,16 @@ public double HWasterQty_Work { get; set; } public double HWasterQty_Mater { get; set; } + public double HBackWorkByMaterQty { get; set; } public double HBackWorkQty { get; set; } public double HToCheckQty { get; set; } public double HLossQty { get; set; } public Int64 HShiftsID { get; set; } 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; } } \ No newline at end of file -- Gitblit v1.9.1