From 81c2a1c9635bdfb714d9a04b4bb08be6e060e99c Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期一, 16 十二月 2024 09:49:06 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API --- WebAPI/Models/StationBill.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/WebAPI/Models/StationBill.cs b/WebAPI/Models/StationBill.cs index 2061bf9..4c56e41 100644 --- a/WebAPI/Models/StationBill.cs +++ b/WebAPI/Models/StationBill.cs @@ -92,5 +92,7 @@ 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; } } } \ No newline at end of file -- Gitblit v1.9.1