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

@ -33,6 +33,9 @@ export class inspectionPoint {
@Column({ type: "int", nullable: true, default: null })
max?: number;
@Column({ type: "varchar", length: 255, default: null })
others?: string;
@Column({ type: "int", default: 0 })
sort: number;