equipment form

This commit is contained in:
Julian Krauser 2025-03-31 15:35:21 +02:00
parent 5641dbb57f
commit 716823f536
8 changed files with 443 additions and 5 deletions

View file

@ -21,5 +21,4 @@ export interface UpdateEquipmentViewModel {
code: string;
name: string;
location: string;
equipmentTypeId: string;
}