feat: 添加操作日志搭建

This commit is contained in:
陈淳
2023-02-21 19:37:48 +08:00
parent 24300e6e50
commit 6615229003
16 changed files with 377 additions and 1 deletions

View File

@@ -28,5 +28,6 @@ namespace Yi.RBAC.Application.Logs
.ToPageListAsync(input.PageNum, input.PageSize, total);
return new PagedResultDto<LoginLogGetListOutputDto>(total, await MapToGetListOutputDtosAsync(entities));
}
}
}