From dbf3e7077ff5af84e27b6b94705484d4c1567058 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期五, 29 十二月 2023 17:18:46 +0800
Subject: [PATCH] 添加了后端用户关联职业,用户关联供应商,用户关联工序的Excel导入保存功能

---
 Model/MES/ClsSc_SourceLineRepairBillMain.cs |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/Model/MES/ClsSc_SourceLineRepairBillMain.cs b/Model/MES/ClsSc_SourceLineRepairBillMain.cs
index 22c74b9..cf3e42d 100644
--- a/Model/MES/ClsSc_SourceLineRepairBillMain.cs
+++ b/Model/MES/ClsSc_SourceLineRepairBillMain.cs
@@ -35,6 +35,9 @@
         public string HMainSourceBillType;
         public Int64 HMainSourceInterID;
         public Int64 HMainSourceEntryID;
+        public Int64 HProcExchInterID;
+        public Int64 HProcExchEntryID;
+        public string HProcExchBillNo;
         public string HMainSourceBillNo;
         public int HPrintQty;
         public int HItemMainID;
@@ -49,5 +52,9 @@
         public string HMacAddr;
         public string HProdMac;
         public string HBarCode;
+        public Int64 HICMOInterID;
+        public Int64 HICMOEntryID;
+        public string HICMOBillNo;
+
     }
 }

--
Gitblit v1.9.1