test #327

Merged
klaus merged 13 commits from test into main 2025-07-14 11:07:58 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 69a63a77d3 - Show all commits

View File

@ -12,5 +12,5 @@ data class GetAudioContentMainItem @QueryProjection constructor(
@JsonProperty("creatorNickname") val creatorNickname: String,
@JsonProperty("price") val price: Int,
@JsonProperty("duration") val duration: String,
@JsonProperty("isPointAvailable") val isPointAvailable: Boolean
@JsonProperty("pointAvailable") val isPointAvailable: Boolean
)