diff --git a/erp/payable.go b/erp/payable.go index cb273e6..a217b80 100644 --- a/erp/payable.go +++ b/erp/payable.go @@ -20,6 +20,7 @@ type PayableSearch struct { PayableSerial string // 付款单据号 FactoryId int64 // 工厂id AccountingSerial string // 做账单号 + InvoiceSerial string // 发票号 CreatedAtStart *time.Time // 创建开始时间 CreatedAtEnd *time.Time // 创建结束时间 IsConfirm int64 // 是否确认