pre assign rooms before checkin
This commit is contained in:
@@ -38,3 +38,10 @@ data class RoomChangeResponse(
|
||||
val newRoomId: UUID,
|
||||
val movedAt: String
|
||||
)
|
||||
|
||||
data class RoomStayPreAssignRequest(
|
||||
val roomId: UUID,
|
||||
val fromAt: String,
|
||||
val toAt: String,
|
||||
val notes: String? = null
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user