feat: 优化权限使用方式

This commit is contained in:
陈淳
2023-02-21 18:56:51 +08:00
parent f8445ab2e4
commit 24300e6e50
13 changed files with 214 additions and 26 deletions

View File

@@ -11,6 +11,7 @@ using Yi.RBAC.Domain.Identity.Repositories;
using SqlSugar;
using Mapster;
using Microsoft.AspNetCore.Mvc;
using Yi.Framework.Auth.JwtBearer.Authorization;
namespace Yi.RBAC.Application.Identity
{