9 lines
146 B
Plaintext
9 lines
146 B
Plaintext
// Entity Sitzreihe
|
|
|
|
Sitzreihe {
|
|
id: int { @Id @AutoIncremented } ;
|
|
hall: Kinosaal {} ;
|
|
position: int {} ;
|
|
category: Sitzkategorie {} ;
|
|
}
|