콘텐츠 순위 - GetAudioContentRanking class 에 JsonProperty 추가
This commit is contained in:
parent
d45a34525b
commit
8fb61e7689
|
@ -4,9 +4,9 @@ import com.fasterxml.jackson.annotation.JsonProperty
|
||||||
import com.querydsl.core.annotations.QueryProjection
|
import com.querydsl.core.annotations.QueryProjection
|
||||||
|
|
||||||
data class GetAudioContentRanking(
|
data class GetAudioContentRanking(
|
||||||
val startDate: String,
|
@JsonProperty("startDate") val startDate: String,
|
||||||
val endDate: String,
|
@JsonProperty("endDate") val endDate: String,
|
||||||
val items: List<GetAudioContentRankingItem>
|
@JsonProperty("items") val items: List<GetAudioContentRankingItem>
|
||||||
)
|
)
|
||||||
|
|
||||||
data class GetAudioContentRankingItem @QueryProjection constructor(
|
data class GetAudioContentRankingItem @QueryProjection constructor(
|
||||||
|
|
Loading…
Reference in New Issue