test #63
@@ -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