From 0faaa17ea9fc63b53793f1b9a7622e89169ecdaf Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期一, 29 十二月 2025 17:14:17 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API
---
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 4c56e41..67271c3 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,10 @@
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; }//瀛愯〃鎵规
+
+ public double HWeight { get; set; }//瀛愯〃閲嶉噺
+
}
}
\ No newline at end of file
--
Gitblit v1.9.1