오디션 #249

Merged
klaus merged 40 commits from test into main 2025-01-07 17:24:40 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 354fbf7e29 - Show all commits

View File

@ -74,6 +74,7 @@ class AuditionApplicantQueryRepositoryImpl(
.select(
QGetAuditionRoleApplicantItem(
auditionApplicant.id,
member.id,
member.nickname,
member.profileImage.prepend("/").prepend(cloudFrontHost),
auditionApplicant.voicePath.prepend("/").prepend(cloudFrontHost),

View File

@ -9,6 +9,7 @@ data class GetAuditionApplicantListResponse(
data class GetAuditionRoleApplicantItem @QueryProjection constructor(
val applicantId: Long,
val memberId: Long,
val nickname: String,
val profileImageUrl: String,
val voiceUrl: String,