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;
|
contactTel: string;
|
||||||
contactName: string;
|
contactName: string;
|
||||||
workName: string;
|
workName: string;
|
||||||
|
workerMax: number | null;
|
||||||
code: string;
|
code: string;
|
||||||
statusOrder: number;
|
statusOrder: number;
|
||||||
vatExcluded: number;
|
vatExcluded: number;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue