feature:根据区域获取授权数据
This commit is contained in:
@@ -21,6 +21,10 @@ namespace Ewide.Core
|
||||
/// 授权数据
|
||||
/// </summary>
|
||||
public virtual List<string> GrantOrgIdList { get; set; } = new List<string>();
|
||||
/// <summary>
|
||||
/// 授权区域
|
||||
/// </summary>
|
||||
public virtual List<string> GrantAreaCodeList { get; set; } = new List<string>();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user