8 lines
115 B
Plaintext
8 lines
115 B
Plaintext
// Entity Sitzplatz
|
|
|
|
Sitzplatz {
|
|
id: int { @Id @AutoIncremented } ;
|
|
row: Sitzreihe {} ;
|
|
position: int {} ;
|
|
}
|