rework internal order system

This commit is contained in:
Matthias Hochmeister
2026-03-24 13:35:33 +01:00
parent 9a52e41372
commit 64663c0fe4
3 changed files with 9 additions and 1 deletions

View File

@@ -90,6 +90,7 @@ export interface AusruestungAnfrage {
erstellt_am: string;
aktualisiert_am: string;
positionen_count?: number;
geliefert_count?: number;
items_count?: number;
}