generated from pricelees/issue-pr-template
remove: API 수정으로 인해 미사용되는 타입 제거
This commit is contained in:
parent
463f930b93
commit
9b6bb91095
@ -99,7 +99,3 @@ fun ReservationEntity.toReservationDetailRetrieveResponse(
|
|||||||
data class ReservationCancelRequest(
|
data class ReservationCancelRequest(
|
||||||
val cancelReason: String
|
val cancelReason: String
|
||||||
)
|
)
|
||||||
|
|
||||||
data class MostReservedThemeIdListResponse(
|
|
||||||
val themeIds: List<Long>
|
|
||||||
)
|
|
||||||
|
|||||||
@ -3,10 +3,6 @@ package com.sangdol.roomescape.theme.web
|
|||||||
import com.sangdol.roomescape.theme.business.domain.ThemeInfo
|
import com.sangdol.roomescape.theme.business.domain.ThemeInfo
|
||||||
import com.sangdol.roomescape.theme.infrastructure.persistence.ThemeEntity
|
import com.sangdol.roomescape.theme.infrastructure.persistence.ThemeEntity
|
||||||
|
|
||||||
data class ThemeIdListRequest(
|
|
||||||
val themeIds: List<Long>
|
|
||||||
)
|
|
||||||
|
|
||||||
data class ThemeInfoResponse(
|
data class ThemeInfoResponse(
|
||||||
val id: Long,
|
val id: Long,
|
||||||
val name: String,
|
val name: String,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user