From 4d466e44736bae2b9fdbbd1cba6e6a289a70709d Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期四, 11 一月 2024 17:13:38 +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