From b9bdd104ce8e53aa1cb27b6701f92ccfa21a965a Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期三, 05 六月 2024 17:00:22 +0800 Subject: [PATCH] 平板绑定自动创建文件夹,模具保养记录单自动带出保养项目改为查询视图 --- WebAPI/Models/Gy_User.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/WebAPI/Models/Gy_User.cs b/WebAPI/Models/Gy_User.cs index 3c303a3..a5289d4 100644 --- a/WebAPI/Models/Gy_User.cs +++ b/WebAPI/Models/Gy_User.cs @@ -35,5 +35,8 @@ public int HGroupID; public int HSourceID; public int HCheckEmpID; + public int HWorkCenterID; + + public string HICNumber; } } \ No newline at end of file -- Gitblit v1.9.1