From 9ecae8f6fba505d5e1f8cb766641ce7e25b4ebd0 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期三, 26 三月 2025 08:23:40 +0800
Subject: [PATCH] 班组工艺路线bug处理
---
Model/质检管理/ClsQC_ProcessCheckBillMain.cs | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 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 3c97d59..2587056 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"
@@ -38,6 +38,17 @@
public String HDrawingDireID;
public Int64 HPackTypeID;
public Int64 HICMOEntryID;
-
+ public Int64 HQCSchemeID;
+ public bool HLastResult;
+
+ public Int64 HICMOQty;
+ public Int64 HProcExchQty;
+ public Int64 HTakeSampleCheckBillID;
+
+ public Int64 HShiftsID;
+ public string HErrTreatment;
+
+ public string HBatchNo;
+ public string HTakeSampleCheckBillNo;
}
}
--
Gitblit v1.9.1