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