parent
1ddd40948e
commit
354fbf7e29
|
@ -74,6 +74,7 @@ class AuditionApplicantQueryRepositoryImpl(
|
|||
.select(
|
||||
QGetAuditionRoleApplicantItem(
|
||||
auditionApplicant.id,
|
||||
member.id,
|
||||
member.nickname,
|
||||
member.profileImage.prepend("/").prepend(cloudFrontHost),
|
||||
auditionApplicant.voicePath.prepend("/").prepend(cloudFrontHost),
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue