update or create inspection versioned plan
This commit is contained in:
parent
95b6cec66d
commit
db3004fa04
13 changed files with 229 additions and 11 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue