From d1ab92287cb24751cb462d90496bf08f60959bbe Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期日, 01 九月 2024 14:46:58 +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