update inspection schema
This commit is contained in:
parent
05555425ce
commit
8766bbce08
10 changed files with 126 additions and 50 deletions
|
@ -1,3 +1,4 @@
|
|||
import type { InspectionViewMoel } from "../inspectionPlan/inspectionPlan.models";
|
||||
import type { VehicleTypeViewModel } from "../vehicleType/vehicleType.models";
|
||||
|
||||
export interface VehicleViewModel {
|
||||
|
@ -6,6 +7,7 @@ export interface VehicleViewModel {
|
|||
location: string;
|
||||
vehicleTypeId: string;
|
||||
vehicleType: VehicleTypeViewModel;
|
||||
inspections: Array<InspectionViewMoel>;
|
||||
}
|
||||
|
||||
export interface CreateVehicleViewModel {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue