From b5a4c2f841672ce69847e9b25f7449f0291cefd6 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期二, 18 十一月 2025 09:18:58 +0800
Subject: [PATCH] 1

---
 Model/质检管理/ClsQC_OutCompCheckBillSub.cs |   33 ++++++++++++++++++++++++++++++++-
 1 files changed, 32 insertions(+), 1 deletions(-)

diff --git "a/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_OutCompCheckBillSub.cs" "b/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_OutCompCheckBillSub.cs"
index b73a9f4..98c31e6 100644
--- "a/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_OutCompCheckBillSub.cs"
+++ "b/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_OutCompCheckBillSub.cs"
@@ -12,8 +12,39 @@
         public Int64 HQCCheckItemID;
         public String HQCStd;
         public String HResult;
+        public String HUnit;
+        public String HQCNote;
+        public String HMax;
+        public String HMin;
+        public String HAvg;
 
+        public Int64 HSampleSchemeID;
+        public Int64 HSampleQty;
+        public double HSampleDamageQty;
+        public Int64 HAcceptQty;
+        public Int64 HRejectQty;
+        public double HSampleUnRightQty;
+        public String HStatus;
+        public Int64 HUnitID;
+        public String HInspectVal;
+        public String HTargetVal;
+        public String HUpLimit;
+        public String HDownLimit;
+        public String HUpOffSet;
+        public String HDownOffSet;
+        public String HAnalysisMethod;
+        public Int64 HKeyInspect;
+        public Int64 HInspectInstruMentID;
+        public String HInspectResult;
 
-
+        public Int64 HQualityStdID;//质量标准
+        public Int64 HInspectMethodID;//检验方法
+        public Int64 HInspectBasisID;//检验标准
+        public String HCompareSymbol;//比较符
+        //public HSamplingType;
+        //public HInspectionLevel;
+        //public HStrictness;
+        //public HAQL;
+        //public xxx;
     }
 }

--
Gitblit v1.9.1