From 37945d863c808e951f6d40239f4d00ad5d2636fb Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期二, 26 九月 2023 11:32:29 +0800
Subject: [PATCH] 工序流转卡新增方法,写入主表修正
---
Model/质检管理/ClsQC_FirstPieceCheckBillMain.cs | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git "a/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_FirstPieceCheckBillMain.cs" "b/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_FirstPieceCheckBillMain.cs"
index d1c2f35..633a7d6 100644
--- "a/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_FirstPieceCheckBillMain.cs"
+++ "b/Model/\350\264\250\346\243\200\347\256\241\347\220\206/ClsQC_FirstPieceCheckBillMain.cs"
@@ -19,6 +19,10 @@
public bool HLastResult;
public String HBackRemark;
public Int64 HPrintQty;
-
+ public Int64 HICMOEntryID;
+ public Int64 HQCSchemeID;
+ public Int64 HUnitID;
+ public Int64 HProcID;
+
}
}
--
Gitblit v1.9.1