From 87af5a2fe700262234b2f660db6c26ba49d1bcf7 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期二, 19 八月 2025 16:03:15 +0800
Subject: [PATCH] ClsGy_Material_Model 添加 HMaterRuleExternType 字段 Kf_MateOutBill/getMaterialByMaterID 查询语句添加 HMaterRuleExternType 返回值 ClsGy_Material_Ctl 插入语句/更新语句 添加 HMaterRuleExternType 字段

---
 WebAPI/Models/ClsSc_AssemblyBillMain.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Models/ClsSc_AssemblyBillMain.cs b/WebAPI/Models/ClsSc_AssemblyBillMain.cs
index d9d6640..08a91e6 100644
--- a/WebAPI/Models/ClsSc_AssemblyBillMain.cs
+++ b/WebAPI/Models/ClsSc_AssemblyBillMain.cs
@@ -26,5 +26,8 @@
         public int HSCZYID;
         public int HProdOrgID; //缁勭粐
         public int HICMOEntryID; //浠诲姟鍗曞瓙ID
+        public int HProcExchInterID;
+        public int HProcExchEntryID;
+        public string HProcExchBillNo;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1