save inspectionPoints
This commit is contained in:
parent
eb4d338583
commit
23bdde5fc2
13 changed files with 407 additions and 72 deletions
|
@ -45,6 +45,7 @@ export interface InspectionPointViewModel {
|
|||
type: InspectionPointEnum;
|
||||
min?: number;
|
||||
max?: number;
|
||||
others?: string;
|
||||
sort: number;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue