From 862c0d13dc63efbe73f379580d50a5d36e97a64e Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期三, 12 三月 2025 14:38:16 +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