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

8 lines
115 B
Plaintext

// Entity Sitzplatz
Sitzplatz {
id: int { @Id @AutoIncremented } ;
row: Sitzreihe {} ;
position: int {} ;
}