오디션 배역 수정
- 모집 상태를 수정할 수 있는 변수 추가
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
package kr.co.vividnext.sodalive.admin.audition.role
|
||||
|
||||
import kr.co.vividnext.sodalive.audition.AuditionStatus
|
||||
import kr.co.vividnext.sodalive.common.SodaException
|
||||
|
||||
data class UpdateAuditionRoleRequest(
|
||||
val id: Long,
|
||||
val name: String? = null,
|
||||
val auditionScriptUrl: String? = null,
|
||||
val status: AuditionStatus? = null,
|
||||
val isActive: Boolean? = null
|
||||
) {
|
||||
init {
|
||||
|
Reference in New Issue
Block a user