Include active room numbers in booking list
All checks were successful
build-and-deploy / build-deploy (push) Successful in 35s

This commit is contained in:
androidlover5842
2026-01-29 20:05:55 +05:30
parent 62f2cc5aaa
commit 26b7392806
3 changed files with 26 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ data class BookingListItem(
val guestId: UUID?,
val guestName: String?,
val guestPhone: String?,
val roomNumbers: List<Int>,
val source: String?,
val expectedCheckInAt: String?,
val expectedCheckOutAt: String?,