Files
model/TelosysTools/models/InfiniMotion/StatisticsVorstellung.entity
2025-11-19 00:19:49 +01:00

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 };
}