From c464f72ac383e8dbc98d8a43f05098fbaff64a19 Mon Sep 17 00:00:00 2001 From: wtt <1985833171@qq.com> Date: 星期二, 19 八月 2025 11:05:40 +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 a5289d4..057a92c 100644 --- a/WebAPI/Models/Gy_User.cs +++ b/WebAPI/Models/Gy_User.cs @@ -38,5 +38,8 @@ public int HWorkCenterID; public string HICNumber; + public string HDingDingUserID; + + public int HCusID; } } \ No newline at end of file -- Gitblit v1.9.1