From 8abe6c1a1609513b72c10c7af08c7ca2400200f0 Mon Sep 17 00:00:00 2001
From: zhangrg <z18737863051@163.com>
Date: 星期五, 22 十二月 2023 10:05:29 +0800
Subject: [PATCH] 1

---
 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