From 53868f5fa77292e861cf63d1536b1e2697019a1f Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期五, 31 十月 2025 15:35:21 +0800
Subject: [PATCH] 末件检验单优化
---
Model/质检管理/ClsQC_OutCompCheckBillMain.cs | 27 +++++++++++++++++++++++----
1 files changed, 23 insertions(+), 4 deletions(-)
diff --git "a/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_OutCompCheckBillMain.cs" "b/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_OutCompCheckBillMain.cs"
index 91a27ea..40ba931 100644
--- "a/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_OutCompCheckBillMain.cs"
+++ "b/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_OutCompCheckBillMain.cs"
@@ -6,9 +6,6 @@
{
public class ClsQC_OutCompCheckBillMain : DBUtility.ClsXt_BaseBillMain
{
- public Int64 HPrintQty;
-
- //
public Int64 HCusID;
public Int64 HMaterID;
public Int64 HInStockQty;
@@ -17,6 +14,28 @@
public Int64 HBadQty;
public Int64 HFirstCheckEmp;
public String HCheckerResult;
-
+ public Int64 HSourceID;
+ public Int64 HICMOInterID;
+ public String HICMOBillNo;
+ public Int64 HICMOQty;
+ public Int64 HProcExchInterID;
+ public Int64 HProcExchEntryID;
+ public String HProcExchBillNo;
+ public Int64 HProcExchQty;
+ public bool HLastResult;
+ public String HBackRemark;
+ public Int64 HPrintQty;
+ public Int64 HICMOEntryID;
+ public Int64 HQCSchemeID;
+ public Int64 HUnitID;
+ public Int64 HProcID;
+
+ public Int64 HShiftsID;
+ public Int64 HTakeSampleCheckBillID;
+ public string HErrTreatment;
+
+ public string HBatchNo;
+ public string HTakeSampleCheckBillNo;
+ public string HRemarkSN;//小卫记录SN编码
}
}
--
Gitblit v1.9.1