Remove roomTypeId from room responses
All checks were successful
build-and-deploy / build-deploy (push) Successful in 27s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 27s
This commit is contained in:
@@ -6,7 +6,6 @@ data class RoomResponse(
|
||||
val id: UUID,
|
||||
val roomNumber: Int,
|
||||
val floor: Int?,
|
||||
val roomTypeId: UUID,
|
||||
val roomTypeName: String,
|
||||
val hasNfc: Boolean,
|
||||
val active: Boolean,
|
||||
|
||||
@@ -10,7 +10,6 @@ data class ActiveRoomStayResponse(
|
||||
val guestPhone: String?,
|
||||
val roomId: UUID,
|
||||
val roomNumber: Int,
|
||||
val roomTypeId: UUID,
|
||||
val roomTypeName: String,
|
||||
val fromAt: String,
|
||||
val checkinAt: String?,
|
||||
|
||||
Reference in New Issue
Block a user