schema change and base operations
This commit is contained in:
parent
799a719012
commit
4d37571cb6
27 changed files with 660 additions and 52 deletions
|
@ -1,5 +1,6 @@
|
|||
import { EquipmentViewModel } from "./equipment/equipment.models";
|
||||
import { MaintenanceViewModel } from "./maintenance.models";
|
||||
import { RepairViewModel } from "./repair.models";
|
||||
import { VehicleViewModel } from "./vehicle/vehicle.models";
|
||||
import { WearableViewModel } from "./wearable/wearable.models";
|
||||
|
||||
|
@ -31,5 +32,5 @@ export type DamageReportViewModel = {
|
|||
noteByWorker: string;
|
||||
images: string[];
|
||||
reportedBy: string;
|
||||
maintenance?: MaintenanceViewModel;
|
||||
repair?: RepairViewModel;
|
||||
} & DamageReportAssigned;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue