inspection finish and print
This commit is contained in:
parent
d96c73d5b1
commit
5d26885da3
14 changed files with 367 additions and 29 deletions
|
@ -79,3 +79,8 @@ export type UpdateInspectionViewModel = {
|
|||
nextInspection?: Date;
|
||||
context?: string;
|
||||
};
|
||||
|
||||
export interface CreateOrUpdateInspectionPointResultCommand {
|
||||
inspectionPointId: string;
|
||||
value: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue