test #63

Merged
klaus merged 12 commits from test into main 2023-11-02 12:18:30 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 8fb61e7689 - Show all commits

View File

@ -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(