From 39f20d0d2e0143e45fb317336f154170d6b82485 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期二, 11 十一月 2025 08:55:29 +0800
Subject: [PATCH] 小卫托条码生成
---
WebAPI/Models/StationBill.cs | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/WebAPI/Models/StationBill.cs b/WebAPI/Models/StationBill.cs
index a347d33..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; }
@@ -91,5 +95,9 @@
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