SVN r843
SVN-Revision: r843
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user