提交当前本机整理版本
This commit is contained in:
@@ -339,4 +339,34 @@ namespace Lskj.Control.Model
|
||||
/// <summary>
|
||||
/// 字段浏览权限
|
||||
/// </summary>
|
||||
public string PrivilegeVie
|
||||
public string PrivilegeView { get; set; }
|
||||
/// <summary>
|
||||
/// 字段操作权限
|
||||
/// </summary>
|
||||
public string PrivilegeOper { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 字段操作权限
|
||||
/// </summary>
|
||||
public bool AdditionalAssociations { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 审核界面控件标题颜色
|
||||
/// </summary>
|
||||
public string AuditControlTitleColor { get; set; }
|
||||
/// <summary>
|
||||
/// 新版模块返回框类型,显示对应text值(默认只显示数据库中对应内容)
|
||||
/// </summary>
|
||||
public bool ModuleFrameDisplayText;
|
||||
/// <summary>
|
||||
/// 备注输入框中字体大小
|
||||
/// </summary>
|
||||
public int InputBoxFontSize { get; set; }
|
||||
/// <summary>
|
||||
///记住上一次的值(关闭时记住上一次的条件值,下一次打开时输入上去。关闭程序后清空)
|
||||
/// </summary>
|
||||
public bool RememberValue { get; set; }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user