From 1948124877478db58b27841f9398aed97ef13053 Mon Sep 17 00:00:00 2001
From: chenhaozhe <gaozhechen26@gmail.com>
Date: 星期日, 26 十月 2025 17:19:15 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API
---
Model/质检管理/ClsQC_OutCompCheckBillMain.cs | 26 ++++++++++++++++++++++----
1 files changed, 22 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..8b882e2 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,27 @@
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;
}
}
--
Gitblit v1.9.1