콘텐츠 순위 - GetAudioContentRanking class 에 JsonProperty 추가
This commit is contained in:
		| @@ -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( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user