update 树查询table 增加一个选项,可以在"只看本级"和"查看本级及以下"之间切换

新增用户时的一些格式验证
This commit is contained in:
2021-07-02 15:42:56 +08:00
parent 3725f586d2
commit 072aabdd22
6 changed files with 75 additions and 7 deletions

View File

@@ -76,6 +76,11 @@ namespace Ewide.Core
/// 查询条件
/// </summary>
public virtual SearchInfo[] SearchInfo { get; set; }
/// <summary>
/// 树节点数据范围 1"只看本级" 2"查看本级及以下"
/// </summary>
public virtual int? TreeNodeDataScope { get; set; }
}
}