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