init telosys
This commit is contained in:
9
TelosysTools/models/InfiniMotion/Eintrittskarte.entity
Normal file
9
TelosysTools/models/InfiniMotion/Eintrittskarte.entity
Normal file
@@ -0,0 +1,9 @@
|
||||
// Entity Eintrittskarte
|
||||
|
||||
Eintrittskarte {
|
||||
id: int { @Id @AutoIncremented } ;
|
||||
show: Vorstellung {} ;
|
||||
seat: Sitzplatz {} ;
|
||||
code: string {} ;
|
||||
state: Kartenstatus {} ;
|
||||
}
|
||||
Reference in New Issue
Block a user