From 92ccdad8c650bd489a3817d4bcf5a682fe978a12 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期二, 17 十二月 2024 09:14:55 +0800
Subject: [PATCH] 作业指导书增加根据类型查询 报工台增加新增与删除权限 自定义菜单增加角色查询菜单
---
WebAPI/Models/Gy_User.cs | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/WebAPI/Models/Gy_User.cs b/WebAPI/Models/Gy_User.cs
index aea038d..3849a48 100644
--- a/WebAPI/Models/Gy_User.cs
+++ b/WebAPI/Models/Gy_User.cs
@@ -34,5 +34,10 @@
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