fix: payload
This commit is contained in:
parent
894a4c031a
commit
6fc3c69559
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ type QuotationCreate = {
|
||||||
payCondition: PayCondition;
|
payCondition: PayCondition;
|
||||||
|
|
||||||
paySplitCount?: number;
|
paySplitCount?: number;
|
||||||
paySplit?: { date: Date; amount: number }[];
|
paySplit?: { amount: number }[];
|
||||||
|
|
||||||
payBillDate?: Date;
|
payBillDate?: Date;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue