From 180fc079a7f4e450b305e90688847649435f7ef1 Mon Sep 17 00:00:00 2001 From: wtt <1985833171@qq.com> Date: 星期三, 26 二月 2025 08:46:14 +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