[#48] Tosspay mocking 서버 구현을 위한 멀티모듈 전환 #49

Merged
pricelees merged 39 commits from feat/#48 into main 2025-09-30 00:39:14 +00:00
2 changed files with 0 additions and 8 deletions
Showing only changes of commit 9b6bb91095 - Show all commits

View File

@ -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>
)

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.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,