Files
model/TelosysTools/models/InfiniMotion/Eintrittskarte.entity
2025-10-16 17:23:51 +02:00

10 lines
177 B
Plaintext

// Entity Eintrittskarte
Eintrittskarte {
id: int { @Id @AutoIncremented } ;
show: Vorstellung {} ;
seat: Sitzplatz {} ;
code: string {} ;
state: Kartenstatus {} ;
}