feat: 添加操作日志搭建
This commit is contained in:
@@ -28,5 +28,6 @@ namespace Yi.RBAC.Application.Logs
|
||||
.ToPageListAsync(input.PageNum, input.PageSize, total);
|
||||
return new PagedResultDto<LoginLogGetListOutputDto>(total, await MapToGetListOutputDtosAsync(entities));
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user