From 95656c0fea8c4ea6b3b8b87e86c2088dcbbd9a9e Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期五, 31 十月 2025 13:05:51 +0800
Subject: [PATCH] 末件检验单优化

---
 Model/质检管理/ClsQC_OutCompCheckBillSub.cs |   30 ++++++++++++++++++++++++++++--
 1 files changed, 28 insertions(+), 2 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..30e7933 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,34 @@
         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 HSamplingType;
+        //public HInspectionLevel;
+        //public HStrictness;
+        //public HAQL;
+        //public xxx;
     }
 }

--
Gitblit v1.9.1