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