主界面左侧菜单相关
This commit is contained in:
@@ -328,6 +328,7 @@ namespace Lskj.Business
|
||||
Instance.EnableSpecialInfoProcess = item.Table.Columns.Contains("EnableSpecialInfoProcess") && !string.IsNullOrEmpty(item["EnableSpecialInfoProcess"] + "") ? "1".Equals(item["EnableSpecialInfoProcess"] + "") : false;
|
||||
Instance.SourceFilteringMobile = item.Table.Columns.Contains("SourceFilteringMobile") && !string.IsNullOrEmpty(item["SourceFilteringMobile"] + "") ? "1".Equals(item["SourceFilteringMobile"] + "") : false;
|
||||
Instance.LoginUsername = item.Table.Columns.Contains("LoginUsername") && !string.IsNullOrEmpty(item["LoginUsername"] + "") ? item["LoginUsername"] + "" : "";
|
||||
Instance.MainLeftShowMode = item.Table.Columns.Contains("MainLeftShowMode") && !string.IsNullOrEmpty(item["MainLeftShowMode"] + "") ? item["MainLeftShowMode"] + "" : "";
|
||||
}
|
||||
/// <summary>
|
||||
/// 高拍仪AccessKey
|
||||
@@ -1144,6 +1145,10 @@ namespace Lskj.Business
|
||||
///登录界面,用户名显示字段
|
||||
/// </summary>
|
||||
public string LoginUsername;
|
||||
/// <summary>
|
||||
/// 主界面左侧树展示模式
|
||||
/// </summary>
|
||||
public string MainLeftShowMode;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user