update
This commit is contained in:
@@ -53,8 +53,14 @@ export interface Bestellung {
|
||||
bezeichnung: string;
|
||||
lieferant_id?: number;
|
||||
lieferant_name?: string;
|
||||
lieferant_kontakt_name?: string;
|
||||
lieferant_email?: string;
|
||||
lieferant_telefon?: string;
|
||||
lieferant_adresse?: string;
|
||||
besteller_id?: string;
|
||||
besteller_name?: string;
|
||||
besteller_email?: string;
|
||||
besteller_dienstgrad?: string;
|
||||
status: BestellungStatus;
|
||||
budget?: number;
|
||||
steuersatz?: number;
|
||||
|
||||
Reference in New Issue
Block a user