提交当前本机整理版本
This commit is contained in:
@@ -1120,4 +1120,30 @@ namespace Lskj.Business
|
||||
/// 正常提示死锁(否则遇到死锁会提示网络问题)
|
||||
/// </summary>
|
||||
public bool PromptDeadlock;
|
||||
|
||||
/// <summary>
|
||||
/// 审核改动记录(记录后会改变颜色)
|
||||
/// </summary>
|
||||
public bool AuditChangeRecord;
|
||||
/// <summary>
|
||||
/// 导出时相同文件名插入工作表(插入页签,不覆盖)
|
||||
/// </summary>
|
||||
public bool IsInsertWorksheet;
|
||||
/// <summary>
|
||||
///frx打印,设置模板权限人员名称
|
||||
/// </summary>
|
||||
public string PrintTemplate;
|
||||
/// <summary>
|
||||
/// 信息框特殊处理(弹窗中正常执行后,清除消息框中对应信息)
|
||||
/// </summary>
|
||||
public bool EnableSpecialInfoProcess;
|
||||
/// <summary>
|
||||
/// 单据来源拖拽到主表中,移动当前行过滤后的来源明细数据(默认移动全部明细到主表明细中)
|
||||
/// </summary>
|
||||
public bool SourceFilteringMobile;
|
||||
/// <summary>
|
||||
///登录界面,用户名显示字段
|
||||
/// </summary>
|
||||
public string LoginUsername;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user