feat(menu): 添加菜单树构建功能和相关接口
This commit is contained in:
@@ -15,8 +15,8 @@ namespace Yi.Framework.Rbac.Application.Contracts.Dtos.Role
|
||||
|
||||
public int OrderNum { get; set; }
|
||||
|
||||
public List<Guid> DeptIds { get; set; }
|
||||
public List<Guid>? DeptIds { get; set; }
|
||||
|
||||
public List<Guid> MenuIds { get; set; }
|
||||
public List<Guid>? MenuIds { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user