From eef4bfde3cd70e05bdba412f33747dc324fbe68e Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期一, 05 八月 2024 15:39:07 +0800
Subject: [PATCH] 采购订单添加作废删除条件
---
Model/质检管理/ClsQC_ProcessCheckBillMain.cs | 4 ++++
1 files changed, 4 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..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"
@@ -43,8 +43,12 @@
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