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

9 lines
146 B
Plaintext

// Entity Sitzreihe
Sitzreihe {
id: int { @Id @AutoIncremented } ;
hall: Kinosaal {} ;
position: int {} ;
category: Sitzkategorie {} ;
}