优化用户角色授权

This commit is contained in:
不做码农
2021-12-26 14:26:48 +08:00
parent 19b6239ceb
commit 4794ec410e
12 changed files with 206 additions and 105 deletions

View File

@@ -44,7 +44,10 @@ namespace ZR.Model.System
/// </summary>
[SugarColumn(IsOnlyIgnoreInsert = true, IsOnlyIgnoreUpdate = true)]
public string DelFlag { get; set; }
/// <summary>
/// 数据范围1全部数据权限 2自定数据权限 3本部门数据权限
/// </summary>
public string DataScope { get; set; }
/// <summary>
/// 菜单组
/// </summary>