From 2e85136fbb1fddc49f508f3ccf06540ce34bbeca Mon Sep 17 00:00:00 2001 From: cyf Date: Mon, 11 May 2026 02:14:25 +0000 Subject: [PATCH] SVN r1166 SVN-Revision: r1166 --- 插件库/Lskj.Business/Impl/SystemInfo.cs | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/插件库/Lskj.Business/Impl/SystemInfo.cs b/插件库/Lskj.Business/Impl/SystemInfo.cs index 4b53b2b..13458cf 100644 --- a/插件库/Lskj.Business/Impl/SystemInfo.cs +++ b/插件库/Lskj.Business/Impl/SystemInfo.cs @@ -318,6 +318,9 @@ namespace Lskj.Business Instance.CDSBLimsPrivateKey = item.Table.Columns.Contains("CDSBLimsPrivateKey") && !string.IsNullOrEmpty(item["CDSBLimsPrivateKey"] + "") ? item["CDSBLimsPrivateKey"] + "" : ""; Instance.CancelFlowSource = item.Table.Columns.Contains("CancelFlowSource") && !string.IsNullOrEmpty(item["CancelFlowSource"] + "") ? "1".Equals(item["CancelFlowSource"] + "") : false; Instance.isBlankCellColor = item.Table.Columns.Contains("isBlankCellColor") && !string.IsNullOrEmpty(item["isBlankCellColor"] + "") ? "1".Equals(item["isBlankCellColor"] + "") : false; + Instance.ModuleSpecialDrag = item.Table.Columns.Contains("ModuleSpecialDrag") && !string.IsNullOrEmpty(item["ModuleSpecialDrag"] + "") ? "1".Equals(item["ModuleSpecialDrag"] + "") : false; + Instance.ViewPwd = item.Table.Columns.Contains("ViewPwd") && !string.IsNullOrEmpty(item["ViewPwd"] + "") ? "1".Equals(item["ViewPwd"] + "") : false; + } /// /// 高拍仪AccessKey @@ -350,7 +353,7 @@ namespace Lskj.Business /// public bool AddingARootNode = false; /// - /// 是否启用新版粘贴 + /// 是否启用新版粘贴(默认启用) /// public bool IsOldPost = false; /// @@ -902,7 +905,7 @@ namespace Lskj.Business /// public bool ImportDefaultValue; /// - /// 单据数量sql查询所有(目前只查询Lskj.PubBill.dll) + /// 单据数量sql查询所有(目前只查询Lskj.PubBill.dll) 查询全部 and DllFileName in ('Lskj.PubBill.dll','Lskj.PubAccraditation.dll') /// public string DocumentQuantityLimit; /// @@ -1069,4 +1072,18 @@ namespace Lskj.Business /// 去掉登录页面的 设置服务器 /// public bool HiddenServerSetting; - /// + /// 显示密码修改 + /// + public bool AllowForgetPwd; + /// + /// 修改分辨率的提示 + /// + public string ResSwitchingPrompt; + /// + /// 角标刷新时间(分钟) + /// + public int SubscriptRefreshTime; + /// + /// 盛邦的Lims加密Key + /// < \ No newline at end of file