factory and restructure view models
This commit is contained in:
parent
fcbfe560c3
commit
117ced38ab
33 changed files with 479 additions and 46 deletions
|
@ -28,10 +28,10 @@ export class inspectionPoint {
|
|||
type: InspectionPointEnum;
|
||||
|
||||
@Column({ type: "int", nullable: true, default: null })
|
||||
min: number;
|
||||
min?: number;
|
||||
|
||||
@Column({ type: "int", nullable: true, default: null })
|
||||
max: number;
|
||||
max?: number;
|
||||
|
||||
@Column({ type: "int", default: 0 })
|
||||
sort: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue