Redesign seat map layout
This commit is contained in:
@@ -10,6 +10,7 @@ export class LocationModel {
|
||||
imageIndoor: string
|
||||
imageOutdoor: string
|
||||
seatSchema: string
|
||||
layout: number
|
||||
city: {
|
||||
name: string
|
||||
country: string
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export class SeatModel {
|
||||
id: number
|
||||
seatNr: string
|
||||
state: number
|
||||
state: number = 0
|
||||
}
|
||||
Reference in New Issue
Block a user