From 79acb6b475967438046dba5f983b94a6c14ad00c Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期五, 30 八月 2024 13:21:26 +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