콘텐츠 상세
- 이전화/다음화 추가
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user