feat: 同步

This commit is contained in:
陈淳
2023-09-15 18:05:59 +08:00
parent a271bc25c6
commit a0b35f4233
28 changed files with 61 additions and 10 deletions

View File

@@ -6,6 +6,7 @@ using Yi.Furion.Core.Rbac.Entities;
namespace Yi.Furion.Application.Rbac.Services.Impl
{
[ApiDescriptionSettings("RBAC")]
public class LoginLogService : CrudAppService<LoginLogEntity, LoginLogGetListOutputDto, long, LoginLogGetListInputVo>,IDynamicApiController,ITransient
{
public override async Task<PagedResultDto<LoginLogGetListOutputDto>> GetListAsync(LoginLogGetListInputVo input)