SVN-Revision: r247
This commit is contained in:
cyf
2025-02-07 01:35:45 +00:00
parent 4c939a9eab
commit ae64d4a772
7 changed files with 91 additions and 185 deletions
+1 -17
View File
@@ -276,20 +276,4 @@ namespace Lskj.Control.Model
/// </summary>
/// <value>The name.</value>
public string DisplayPermissions { get; set; }
/// <summary>
///下拉总宽度
/// </summary>
/// <value>The LookUpWidth.</value>
public int LookUpWidth { get; set; }
/// <summary>
///下拉列宽度,逗号分隔一一对应
/// </summary>
/// <value>The LookUpFieldsWidth.</value>
public string LookUpFieldsWidth { get; set; }
/// <summary>
///文本框禁编(不是禁编状态,可以点击按钮,但是不能手动输入)
/// </summary>
public bool TextBoxProhibition { get; set; }
}
}
/// <s