update or create inspection versioned plan

This commit is contained in:
Julian Krauser 2025-07-09 16:01:44 +02:00
parent 95b6cec66d
commit db3004fa04
13 changed files with 229 additions and 11 deletions

View file

@ -48,5 +48,6 @@ export interface InspectionPointViewModel {
type: InspectionPointEnum;
min?: number;
max?: number;
others?: string;
sort: number;
}