feat: add field to type
This commit is contained in:
parent
adc0934d45
commit
cb3fc0c0a1
1 changed files with 1 additions and 0 deletions
|
|
@ -201,6 +201,7 @@ export type Quotation = {
|
|||
contactTel: string;
|
||||
contactName: string;
|
||||
workName: string;
|
||||
workerMax: number | null;
|
||||
code: string;
|
||||
statusOrder: number;
|
||||
vatExcluded: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue