refactor: edit type QuotationPayload add workerIndex in productServiceList

This commit is contained in:
Thanaphon Frappet 2024-10-07 13:25:53 +07:00
parent 70cbc4b1d2
commit b0800c7b05

View file

@ -241,6 +241,7 @@ export type QuotationFull = {
export type QuotationPayload = {
productServiceList: {
workerIndex: number[];
vat?: number;
pricePerUnit?: number;
discount?: number;