change models
This commit is contained in:
parent
d5c33d899f
commit
05555425ce
7 changed files with 39 additions and 5 deletions
|
@ -1,4 +1,5 @@
|
|||
import type { EquipmentTypeViewModel } from "../equipmentType/equipmentType.models";
|
||||
import type { InspectionViewMoel } from "../inspectionPlan/inspectionPlan.models";
|
||||
|
||||
export interface EquipmentViewModel {
|
||||
id: string;
|
||||
|
@ -7,6 +8,7 @@ export interface EquipmentViewModel {
|
|||
location: string;
|
||||
equipmentTypeId: string;
|
||||
equipmentType: EquipmentTypeViewModel;
|
||||
inspections: Array<InspectionViewMoel>;
|
||||
}
|
||||
|
||||
export interface CreateEquipmentViewModel {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue