test #53

Merged
klaus merged 10 commits from test into main 2023-10-24 10:42:11 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 063ee78a8c - Show all commits

View File

@ -7,7 +7,7 @@ data class GetAudioContentMainItem @QueryProjection constructor(
@JsonProperty("contentId") val contentId: Long, @JsonProperty("contentId") val contentId: Long,
@JsonProperty("coverImageUrl") val coverImageUrl: String, @JsonProperty("coverImageUrl") val coverImageUrl: String,
@JsonProperty("title") val title: String, @JsonProperty("title") val title: String,
@JsonProperty("isAdult") val isAdult: Boolean, @JsonProperty("adult") val isAdult: Boolean,
@JsonProperty("creatorId") val creatorId: Long, @JsonProperty("creatorId") val creatorId: Long,
@JsonProperty("creatorProfileImageUrl") val creatorProfileImageUrl: String, @JsonProperty("creatorProfileImageUrl") val creatorProfileImageUrl: String,
@JsonProperty("creatorNickname") val creatorNickname: String @JsonProperty("creatorNickname") val creatorNickname: String