SVN-Revision: r843
This commit is contained in:
wyf
2025-07-04 09:13:33 +00:00
parent 8c289de99a
commit f3c8614b42
2 changed files with 24 additions and 43 deletions
@@ -12,6 +12,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
using System.Data;
namespace Lskj.Control.Model
{
@@ -35,6 +36,10 @@ namespace Lskj.Control.Model
/// <value><c>true</c> if this instance is search control; otherwise, <c>false</c>.</value>
public bool IsSearchControl { get; set; }
/// <summary>
/// 是否必填(记录不可修改,修改会导致判断异常)
/// </summary>
public bool MustIn { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this instance is empty.
/// </summary>
/// <value><c>true</c> if this instance is empty; otherwise, <c>false</c>.</value>