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/ClsQC_CheckNote_PNL_Temp.cs |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/WebAPI/Models/ClsQC_CheckNote_PNL_Temp.cs b/WebAPI/Models/ClsQC_CheckNote_PNL_Temp.cs
index bfa0c45..cccfa28 100644
--- a/WebAPI/Models/ClsQC_CheckNote_PNL_Temp.cs
+++ b/WebAPI/Models/ClsQC_CheckNote_PNL_Temp.cs
@@ -14,9 +14,13 @@
        public int HPosition_x {set; get;}
        public int HPosition_y {set; get;}
        public string HCheckProc  {set; get;}
-       public short HPageIndex  {set; get;}
+       public string HPageIndex  {set; get;}
        public string HBadReason  {set; get;}
        public string HMaker      {set; get;}
        public DateTime HMakeDate { set; get; }
+        public string HModifyMan { set; get; }
+        public DateTime? HModifyDate { set; get; }
+        public string HCheckMan { set; get; }
+        public DateTime? HCheckDate { set; get; }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1