more codes
This commit is contained in:
@@ -25,6 +25,23 @@ data class RoomAvailabilityResponse(
|
||||
val freeRoomNumbers: List<Int>
|
||||
)
|
||||
|
||||
data class RoomAvailabilityRangeResponse(
|
||||
val roomTypeName: String,
|
||||
val freeRoomNumbers: List<Int>,
|
||||
val freeCount: Int
|
||||
)
|
||||
|
||||
data class RoomImageResponse(
|
||||
val id: UUID,
|
||||
val propertyId: UUID,
|
||||
val roomId: UUID,
|
||||
val url: String,
|
||||
val thumbnailUrl: String,
|
||||
val contentType: String,
|
||||
val sizeBytes: Long,
|
||||
val createdAt: String
|
||||
)
|
||||
|
||||
enum class RoomBoardStatus {
|
||||
FREE,
|
||||
OCCUPIED,
|
||||
|
||||
Reference in New Issue
Block a user