콘텐츠 등록

- 한정판 기능을 위해 개수 제한 추가
This commit is contained in:
2024-03-26 15:04:03 +09:00
parent fbc90b69d9
commit 17c5bade83
3 changed files with 6 additions and 0 deletions

View File

@@ -34,6 +34,8 @@ data class AudioContent(
var detail: String,
val price: Int = 0,
var releaseDate: LocalDateTime? = null,
val limited: Int? = null,
var remaining: Int? = null,
@Enumerated(value = EnumType.STRING)
val type: AudioContentType = AudioContentType.INDIVIDUAL,
val isGeneratePreview: Boolean = true,