From 0bac0eb5526e50e1415cfe476adef8802e5a7543 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期三, 27 三月 2024 17:14:45 +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 ec260cb..aea038d 100644
--- a/WebAPI/Models/Gy_User.cs
+++ b/WebAPI/Models/Gy_User.cs
@@ -31,5 +31,8 @@
         public string HSCWHName;
         public int HSupID;
         public string HSupName;
+        public int HProcID;
+        public int HGroupID;
+        public int HSourceID;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1