save inspectionPoints

This commit is contained in:
Julian Krauser 2025-07-09 16:01:15 +02:00
parent eb4d338583
commit 23bdde5fc2
13 changed files with 407 additions and 72 deletions

View file

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