콘텐츠 상세

- 이전화/다음화 추가
This commit is contained in:
2025-04-01 16:21:32 +09:00
parent ae439b7e64
commit 198ecddc89
3 changed files with 46 additions and 2 deletions

View File

@@ -35,7 +35,9 @@ data class GetAudioContentDetailResponse(
val commentCount: Int,
val isPin: Boolean,
val isAvailablePin: Boolean,
val creator: AudioContentCreator
val creator: AudioContentCreator,
val previousContent: OtherContentResponse?,
val nextContent: OtherContentResponse?
)
data class OtherContentResponse @QueryProjection constructor(