init telosys
This commit is contained in:
7
TelosysTools/models/InfiniMotion/Sitzplatz.entity
Normal file
7
TelosysTools/models/InfiniMotion/Sitzplatz.entity
Normal file
@@ -0,0 +1,7 @@
|
||||
// Entity Sitzplatz
|
||||
|
||||
Sitzplatz {
|
||||
id: int { @Id @AutoIncremented } ;
|
||||
row: Sitzreihe {} ;
|
||||
position: int {} ;
|
||||
}
|
||||
Reference in New Issue
Block a user