test #327

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

View File

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