From 59abbe4785268a10ec9390b8373cce3939c1d24b Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期一, 02 九月 2024 15:42:22 +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