From 4386ec5e50e45877e38ad535a8e00f74187f4754 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期五, 22 十一月 2024 15:30:49 +0800
Subject: [PATCH] 关键件绑定替换配件码;工资报表(金蝶取值)

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

diff --git a/WebAPI/Models/Gy_User.cs b/WebAPI/Models/Gy_User.cs
index ec260cb..3849a48 100644
--- a/WebAPI/Models/Gy_User.cs
+++ b/WebAPI/Models/Gy_User.cs
@@ -31,5 +31,13 @@
         public string HSCWHName;
         public int HSupID;
         public string HSupName;
+        public int HProcID;
+        public int HGroupID;
+        public int HSourceID;
+        public int HCheckEmpID;
+        public int HWorkCenterID;
+
+        public string HICNumber;
+        public string HDingDingUserID;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1