From 6f50ff6cdf04a7207156a23b9e2d4702cb0b5b2d Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期二, 16 四月 2024 15:33:31 +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 ec260cb..3c303a3 100644
--- a/WebAPI/Models/Gy_User.cs
+++ b/WebAPI/Models/Gy_User.cs
@@ -31,5 +31,9 @@
         public string HSCWHName;
         public int HSupID;
         public string HSupName;
+        public int HProcID;
+        public int HGroupID;
+        public int HSourceID;
+        public int HCheckEmpID;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1