mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-06 09:16:39 +08:00
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