From c690f48ce2c3081857419b09b3d601ca170d4583 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期四, 27 六月 2024 14:11:51 +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