9 lines
159 B
Plaintext
9 lines
159 B
Plaintext
// Entity StatisticsVorstellung
|
|
|
|
#Statistics
|
|
StatisticsVorstellung {
|
|
show: Vorstellung { };
|
|
tickets: Eintrittskarte[] { };
|
|
earnings: int { @NotNull };
|
|
}
|