test #327
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue