test #63
@@ -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(
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user