Listing new reservations
This commit is contained in:
@ -45,6 +45,7 @@ type Reservation struct {
|
||||
Room Room
|
||||
ID int
|
||||
RoomID int
|
||||
Processed int
|
||||
}
|
||||
|
||||
// RoomRestriction is the room restriction model
|
||||
|
Reference in New Issue
Block a user