SVN r1166
SVN-Revision: r1166
This commit is contained in:
@@ -318,6 +318,9 @@ namespace Lskj.Business
|
|||||||
Instance.CDSBLimsPrivateKey = item.Table.Columns.Contains("CDSBLimsPrivateKey") && !string.IsNullOrEmpty(item["CDSBLimsPrivateKey"] + "") ? item["CDSBLimsPrivateKey"] + "" : "";
|
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.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.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;
|
||||||
|
|
||||||
}
|
}
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 高拍仪AccessKey
|
/// 高拍仪AccessKey
|
||||||
@@ -350,7 +353,7 @@ namespace Lskj.Business
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public bool AddingARootNode = false;
|
public bool AddingARootNode = false;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 是否启用新版粘贴
|
/// 是否启用新版粘贴(默认启用)
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool IsOldPost = false;
|
public bool IsOldPost = false;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@@ -902,7 +905,7 @@ namespace Lskj.Business
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public bool ImportDefaultValue;
|
public bool ImportDefaultValue;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 单据数量sql查询所有(目前只查询Lskj.PubBill.dll)
|
/// 单据数量sql查询所有(目前只查询Lskj.PubBill.dll) 查询全部 and DllFileName in ('Lskj.PubBill.dll','Lskj.PubAccraditation.dll')
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string DocumentQuantityLimit;
|
public string DocumentQuantityLimit;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@@ -1069,4 +1072,18 @@ namespace Lskj.Business
|
|||||||
/// 去掉登录页面的 设置服务器
|
/// 去掉登录页面的 设置服务器
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool HiddenServerSetting;
|
public bool HiddenServerSetting;
|
||||||
/// <summa
|
/// <summary>
|
||||||
|
/// 显示密码修改
|
||||||
|
/// </summary>
|
||||||
|
public bool AllowForgetPwd;
|
||||||
|
/// <summary>
|
||||||
|
/// 修改分辨率的提示
|
||||||
|
/// </summary>
|
||||||
|
public string ResSwitchingPrompt;
|
||||||
|
/// <summary>
|
||||||
|
/// 角标刷新时间(分钟)
|
||||||
|
/// </summary>
|
||||||
|
public int SubscriptRefreshTime;
|
||||||
|
/// <summary>
|
||||||
|
/// 盛邦的Lims加密Key
|
||||||
|
/// <
|
||||||
Reference in New Issue
Block a user