From 663c8672aaa03976fef8cbdcf23c5db85e474332 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期四, 14 十一月 2024 10:09:53 +0800
Subject: [PATCH] 增加干燥机,热处理在全程追溯报表点击按钮获取设备编码查询方法

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

diff --git a/WebAPI/Models/Gy_User.cs b/WebAPI/Models/Gy_User.cs
index 3c303a3..3849a48 100644
--- a/WebAPI/Models/Gy_User.cs
+++ b/WebAPI/Models/Gy_User.cs
@@ -35,5 +35,9 @@
         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