feat: 新增个人页面跳转功能
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
namespace Yi.Framework.Rbac.Application.Contracts.IServices
|
||||
using Yi.Framework.Rbac.Domain.Shared.Dtos;
|
||||
|
||||
namespace Yi.Framework.Rbac.Application.Contracts.IServices
|
||||
{
|
||||
public interface IAccountService
|
||||
{
|
||||
Task<UserRoleMenuDto> Get();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user