diff --git a/erp/payable.go b/erp/payable.go index 738997f..79c1e37 100644 --- a/erp/payable.go +++ b/erp/payable.go @@ -72,6 +72,7 @@ func (p *payable) Gen(ctx context.Context, accountingId int64) (err error) { type ReplyPayableInfo struct { Id int64 `json:"id"` PayableSerial string `json:"payableSerial"` + BusinessDate *time.Time `json:"businessDate"` AccountingSerial string `json:"accountingSerial"` InvoiceSerial string `json:"invoiceSerial"` Amount decimal.Decimal `json:"amount"`