Listing new reservations

This commit is contained in:
2024-07-24 14:20:30 +02:00
parent f93388a8e9
commit dafd6f21c0
8 changed files with 115 additions and 3 deletions

View File

@ -45,6 +45,7 @@ type Reservation struct {
Room Room
ID int
RoomID int
Processed int
}
// RoomRestriction is the room restriction model