提交当前本机整理版本

This commit is contained in:
cyf
2026-07-02 10:11:39 +00:00
parent c10a5d64c7
commit aacefa24f8
822 changed files with 196665 additions and 14263 deletions
+27 -1
View File
@@ -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;
}
}