SeatSelection page

This commit is contained in:
2024-10-04 20:15:16 +02:00
parent 8165f17fc8
commit e48782b897
22 changed files with 316 additions and 76 deletions

View File

@@ -1,4 +1,5 @@
export class SeatModel {
id: number
seatNr: string
state: number
}