7 lines
126 B
Plaintext
7 lines
126 B
Plaintext
// Entity Kartenstatus
|
|
|
|
#BaseModel
|
|
Kartenstatus {
|
|
id: int { @Id @AutoIncremented } ;
|
|
name: string { @NotNull @Unique } ;
|
|
} |