order api + statistics + plantuml fix

This commit is contained in:
2025-11-17 20:01:17 +01:00
parent a5b40b0fb5
commit 32dcd47131
15 changed files with 119 additions and 22 deletions

View File

@@ -2,7 +2,7 @@
#Statistics
StatisticsVorstellung {
show: Vorstellung {};
tickets: Eintrittskarte[] {};
earnings: int {};
show: Vorstellung { };
tickets: Eintrittskarte[] { };
earnings: int { @NotNull };
}