diff --git a/erp/payable.go b/erp/payable.go index ff73b3d..8828cff 100644 --- a/erp/payable.go +++ b/erp/payable.go @@ -85,6 +85,7 @@ type PayableProductItem struct { Name string `json:"name"` Serial string `json:"serial"` PayableCount decimal.Decimal `json:"payableCount"` + InvoiceUnit string `json:"invoiceUnit"` AddTaxRate decimal.Decimal `json:"addTaxRate"` UnitPrice decimal.Decimal `json:"unitPrice"` ExTaxUnitPrice decimal.Decimal `json:"exTaxUnitPrice"`