From d3eba0b9983d527a930f2d727610b8341db79e6c Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期五, 06 三月 2026 11:17:20 +0800
Subject: [PATCH] 增加工序字段

---
 Model/质检管理/ClsQC_ProcessCheckBillMain.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git "a/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_ProcessCheckBillMain.cs" "b/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_ProcessCheckBillMain.cs"
index ecf88d1..63340ab 100644
--- "a/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_ProcessCheckBillMain.cs"
+++ "b/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_ProcessCheckBillMain.cs"
@@ -43,8 +43,13 @@
 
         public Int64 HICMOQty;
         public Int64 HProcExchQty;
+        public Int64 HTakeSampleCheckBillID;
 
         public Int64 HShiftsID;
         public string HErrTreatment;
+
+        public string HBatchNo;
+        public string HTakeSampleCheckBillNo;
+        public string HRemarkSN;//小卫记录SN编码
     }
 }

--
Gitblit v1.9.1