12 lines
267 B
Plaintext
12 lines
267 B
Plaintext
// Entity StatisticsVorstellung
|
|
|
|
#Statistics
|
|
StatisticsVorstellung {
|
|
showId: int { @NotNull };
|
|
showHallName: string { @NotNull };
|
|
showStart: timestamp { @NotNull };
|
|
movieTitle: string { @NotNull };
|
|
tickets: int { @NotNull };
|
|
earnings: int { @NotNull };
|
|
}
|