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

@ -2,4 +2,5 @@ export enum InspectionPointEnum {
oknok = "oknok",
text = "text",
number = "number",
file = "file",
}