From 75ab531b693341caf49654b93889fbd9d4eecfc0 Mon Sep 17 00:00:00 2001 From: wtt <1985833171@qq.com> Date: 星期三, 20 十一月 2024 10:02:18 +0800 Subject: [PATCH] 添康工艺路线关闭时设置失效时间 --- WebAPI/Models/Gy_User.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WebAPI/Models/Gy_User.cs b/WebAPI/Models/Gy_User.cs index a5289d4..3849a48 100644 --- a/WebAPI/Models/Gy_User.cs +++ b/WebAPI/Models/Gy_User.cs @@ -38,5 +38,6 @@ public int HWorkCenterID; public string HICNumber; + public string HDingDingUserID; } } \ No newline at end of file -- Gitblit v1.9.1