From f5ed535dd79d1a2d8c52a9ffbbce986e9ebbb9bb Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期一, 17 二月 2025 17:00:50 +0800
Subject: [PATCH] 班次 计划停工时长

---
 WebAPI/Models/QC_OutCompCheckBillMain.cs |   50 ++++++++++++++++++++++----------------------------
 1 files changed, 22 insertions(+), 28 deletions(-)

diff --git a/WebAPI/Models/QC_OutCompCheckBillMain.cs b/WebAPI/Models/QC_OutCompCheckBillMain.cs
index 7ce7872..1e2fc38 100644
--- a/WebAPI/Models/QC_OutCompCheckBillMain.cs
+++ b/WebAPI/Models/QC_OutCompCheckBillMain.cs
@@ -5,34 +5,8 @@
 
 namespace WebAPI.Models
 {
-    public class QC_OutCompCheckBillMain
+    public class QC_OutCompCheckBillMain : DBUtility.ClsXt_BaseBillMain
     {
-        public long HInterID { get; set; }
-        public string HBillNo { get; set; }
-        public DateTime HDate { get; set; }
-        public long HBillStatus { get; set; }
-        public long HCheckItemNowID { get; set; }
-        public long HCheckItemNextID { get; set; }
-        public long HCheckFlowID { get; set; }
-        public string HRemark { get; set; }
-        public string HBacker { get; set; }
-        public DateTime HBackDate { get; set; }
-        public string HBackRemark { get; set; }
-        public string HChecker { get; set; }
-        public DateTime HCheckDate { get; set; }
-        public string HMaker { get; set; }
-        public DateTime HMakeDate { get; set; }
-        public string HUpDater { get; set; }
-        public DateTime HUpDateDate { get; set; }
-        public string HCloseMan { get; set; }
-        public DateTime HCloseDate { get; set; }
-        public string HCloseType { get; set; }
-        public string HDeleteMan { get; set; }
-        public DateTime HDeleteDate { get; set; }
-        public string HMainSourceBillType { get; set; }
-        public long HMainSourceInterID { get; set; }
-        public long HMainSourceEntryID { get; set; }
-        public string HMainSourceBillNo { get; set; }
         public long HPrintQty { get; set; }
         public long HCusID { get; set; }
         public long HMaterID { get; set; }
@@ -41,7 +15,27 @@
         public double HRightQTy { get; set; }
         public double HBadQty { get; set; }
         public long HFirstCheckEmp { get; set; }
-        public string HCheckerResult { get; set; }
+        public bool HCheckerResult { get; set; }
+
+        //鏂板瀛楁24/12/10
+        public Int64 HSourceID { get; set; }
+        public Int64 HICMOInterID { get; set; }
+        public String HICMOBillNo { get; set; }
+        public Int64 HICMOQty { get; set; }
+        public Int64 HProcExchInterID { get; set; }
+        public Int64 HProcExchEntryID { get; set; }
+        public String HProcExchBillNo { get; set; }
+        public Int64 HProcExchQty { get; set; }
+        public Int64 HICMOEntryID { get; set; }
+        public Int64 HQCSchemeID { get; set; }
+        public Int64 HUnitID { get; set; }
+        public Int64 HProcID { get; set; }
+        public Int64 HDeptID { get; set; }
+        public Int64 HShiftsID { get; set; }
+        public string HErrTreatment { get; set; }
+        public string HBatchNo { get; set; }
+        public Int64 HSourceOrgID { get; set; }
+        public Int64 HInspectOrgID { get; set; }
 
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1