remove: API 수정으로 인해 미사용되는 타입 제거

This commit is contained in:
이상진 2025-09-28 18:21:48 +09:00
parent 463f930b93
commit 9b6bb91095
2 changed files with 0 additions and 8 deletions

View File

@ -99,7 +99,3 @@ fun ReservationEntity.toReservationDetailRetrieveResponse(
data class ReservationCancelRequest(
val cancelReason: String
)
data class MostReservedThemeIdListResponse(
val themeIds: List<Long>
)

View File

@ -3,10 +3,6 @@ package com.sangdol.roomescape.theme.web
import com.sangdol.roomescape.theme.business.domain.ThemeInfo
import com.sangdol.roomescape.theme.infrastructure.persistence.ThemeEntity
data class ThemeIdListRequest(
val themeIds: List<Long>
)
data class ThemeInfoResponse(
val id: Long,
val name: String,