From d9d67e2c013a9f27df3e971508f96550eb2c210e Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期三, 12 十一月 2025 18:59:39 +0800
Subject: [PATCH] 小卫三码合一、过站解绑、
---
Model/质检管理/ClsQC_ProcessCheckBillMain.cs | 11 +++++++++++
1 files changed, 11 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 4d7bbe4..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"
@@ -39,6 +39,17 @@
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;
+ public string HRemarkSN;//小卫记录SN编码
}
}
--
Gitblit v1.9.1