From 4e9644e3dbfa55525acd20734f0fa0ea3fa81b3b Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期四, 12 十二月 2024 11:14:23 +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