fix statistics
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
|
||||
#Statistics
|
||||
StatisticsVorstellung {
|
||||
show: Vorstellung { };
|
||||
tickets: Eintrittskarte[] { };
|
||||
showId: int { @NotNull };
|
||||
showHallName: string { @NotNull };
|
||||
showStart: timestamp { @NotNull };
|
||||
movieTitle: string { @NotNull };
|
||||
tickets: int { @NotNull };
|
||||
earnings: int { @NotNull };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user