From f28db6dafe8027026d06d011aab8093c07e4bcda Mon Sep 17 00:00:00 2001
From: wzp <2040239371@qq.com>
Date: 星期三, 02 十一月 2022 17:48:44 +0800
Subject: [PATCH] 修复bug
---
web/Model/Model/SysUser.cs | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/web/Model/Model/SysUser.cs b/web/Model/Model/SysUser.cs
index c4d43cc..f2e474f 100644
--- a/web/Model/Model/SysUser.cs
+++ b/web/Model/Model/SysUser.cs
@@ -14,6 +14,8 @@
public string Password { get; set; }
+ public string Salt { get; set; } //鍔犲瘑鐩�
+
public string UserName { get; set; }
public DateTime ExpireTime { get; set; }
@@ -39,8 +41,11 @@
public string ClientIp { get; set; }
public int Status { get; set; }
+
+ //public int UserType { get; set; } //鐢ㄦ埛绫诲瀷锛屽涓椂浠モ��,鈥濆垎闅旓細1-绠$悊鍛�;2-涓氬姟鍛�--鍏ㄥ憳;3-瀹㈡埛缁忕悊;4-瀹㈡湇浜哄憳;5-璐㈠姟浜哄憳
+ public string UserType { get; set; } //鍏宠仈瀛楀吀鏁版嵁琛ㄧ殑绫诲瀷涓猴細USER_ROLE銆傚涓鑹叉椂浠ュ崐瑙掆��,鈥濆垎闅斻��
- public int UserType { get; set; } //鐢ㄦ埛绫诲瀷:1-绠$悊鍛�;2-涓氬姟鍛�--鍏ㄥ憳;3-涓氬姟涓荤;4-涓氬姟鎬荤洃;5-瀹㈡湇浜哄憳;6-璐㈠姟浜哄憳;99-鍏朵粬
+ public string RoleNames { get; set; } //瑙掕壊鍚嶇О锛氬涓鑹叉椂浠ュ崐瑙掆��,鈥濆垎闅斻��
public Dictionary<string, SysUserMenu> MenuIDList { get; set; }
--
Gitblit v1.9.1