chore: update field quotation
This commit is contained in:
parent
c27620c2b5
commit
59bb873b1c
3 changed files with 20 additions and 4 deletions
|
|
@ -40,7 +40,6 @@ type QuotationCreate = {
|
|||
|
||||
payBillDate?: Date;
|
||||
|
||||
workerCount: number;
|
||||
// EmployeeId or Create new employee
|
||||
worker: (
|
||||
| string
|
||||
|
|
@ -98,7 +97,6 @@ type QuotationUpdate = {
|
|||
|
||||
payBillDate?: Date;
|
||||
|
||||
workerCount?: number;
|
||||
// EmployeeId or Create new employee
|
||||
worker?: (
|
||||
| string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue