콘텐츠 순위 - 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
|
||||
|
||||
data class GetAudioContentRanking(
|
||||
val startDate: String,
|
||||
val endDate: String,
|
||||
val items: List<GetAudioContentRankingItem>
|
||||
@JsonProperty("startDate") val startDate: String,
|
||||
@JsonProperty("endDate") val endDate: String,
|
||||
@JsonProperty("items") val items: List<GetAudioContentRankingItem>
|
||||
)
|
||||
|
||||
data class GetAudioContentRankingItem @QueryProjection constructor(
|
||||
|
|
Loading…
Reference in New Issue