From ce58bfdb73054fa181e0731d60f4c2e74798cabb Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期一, 13 十月 2025 09:23:38 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

---
 Model/质检管理/ClsQC_OutCompCheckBillMain.cs |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 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 d684a6d..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,6 +6,14 @@
 {
     public class ClsQC_OutCompCheckBillMain : DBUtility.ClsXt_BaseBillMain
     {
+        public Int64 HCusID;
+        public Int64 HMaterID;
+        public Int64 HInStockQty;
+        public Int64 HCheckQty;
+        public Int64 HRightQty;
+        public Int64 HBadQty;
+        public Int64 HFirstCheckEmp;
+        public String HCheckerResult;
         public Int64 HSourceID;
         public Int64 HICMOInterID;
         public String HICMOBillNo;
@@ -14,8 +22,6 @@
         public Int64 HProcExchEntryID;
         public String HProcExchBillNo;
         public Int64 HProcExchQty;
-        public Int64 HMaterID;
-        public Int64 HFirstCheckEmp;
         public bool HLastResult;
         public String HBackRemark;
         public Int64 HPrintQty;

--
Gitblit v1.9.1