From 01656f0ff2bf7b62ef0fb039e24be888849ad728 Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期五, 30 八月 2024 11:06:44 +0800 Subject: [PATCH] 权限 --- WebApi/Gs.User/Modes/Sys_User.cs | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/WebApi/Gs.User/Modes/Sys_User.cs b/WebApi/Gs.User/Modes/Sys_User.cs index eea8aa0..91fcf53 100644 --- a/WebApi/Gs.User/Modes/Sys_User.cs +++ b/WebApi/Gs.User/Modes/Sys_User.cs @@ -177,6 +177,20 @@ set { _issys = value; } get { return _issys; } } + /// <summary> + /// 閿佸畾璇存槑 + /// </summary> + public string isLockedTxt + { + get; set; + } + /// <summary> + /// 閿佸畾璇存槑 + /// </summary> + public string isSysTxt + { + get; set; + } #endregion Model } -- Gitblit v1.9.3