From 1a94e0e270668ef1cfbcd5043b72bc6591a50706 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期四, 07 八月 2025 15:18:46 +0800
Subject: [PATCH] 价目表新增审核按钮无效修理bug

---
 WebAPI/Models/StationBill.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Models/StationBill.cs b/WebAPI/Models/StationBill.cs
index 2061bf9..bcc5a1f 100644
--- a/WebAPI/Models/StationBill.cs
+++ b/WebAPI/Models/StationBill.cs
@@ -92,5 +92,8 @@
         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