repair create
This commit is contained in:
parent
ecadd8431d
commit
2363933f5a
14 changed files with 138 additions and 31 deletions
|
@ -1,4 +1,5 @@
|
|||
export interface CreateRepairCommand {
|
||||
title: string;
|
||||
description: string;
|
||||
responsible: string;
|
||||
affectedId: string;
|
||||
|
@ -9,6 +10,7 @@ export interface CreateRepairCommand {
|
|||
export interface UpdateRepairCommand {
|
||||
id: string;
|
||||
status: string;
|
||||
title: string;
|
||||
description: string;
|
||||
responsible: string;
|
||||
reports: string[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue