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

7 lines
92 B
Plaintext

// Entity Kinosaal
Kinosaal {
id : int { @Id @AutoIncremented } ;
name : string {} ;
}