From a6ffdc0a14d59a90452ba4758b1bfbfee8ef95ff Mon Sep 17 00:00:00 2001
From: jhz <jinghz@oceic.com>
Date: 星期五, 10 三月 2023 10:47:15 +0800
Subject: [PATCH] 更新系统参数
---
Model/车间管理/ClsSc_ProcessExchangeBillMain.cs | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git "a/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_ProcessExchangeBillMain.cs" "b/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_ProcessExchangeBillMain.cs"
index a04535a..ece4cac 100644
--- "a/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_ProcessExchangeBillMain.cs"
+++ "b/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_ProcessExchangeBillMain.cs"
@@ -59,5 +59,19 @@
public string HMaterIDB;
public string HMaterIDC;
public string HMaterIDD;
+ public string HPicNumVer;//图号版本
+ public string HPicNumAssemble;//总装图号
+ public string HMaterTexture;//材质
+ public string HProductNum;//成品编号
+ public string HVerNum;//版本
+ public string HSeOrderEntryID;
+ public string HSeOrderInterID;
+ public string HWorkBillSortNo;
+ public string HCusNumber;
+ public string HPickLabel;
+ public string HPickLabelNumber;
+ public string HXTNumber;
+ public string HXTModel;
+ public string HRoutingBillID;//工艺路线ID
}
}
--
Gitblit v1.9.1