diff --git a/erp/receipt.go b/erp/receipt.go index 423cc33..09fffd3 100644 --- a/erp/receipt.go +++ b/erp/receipt.go @@ -21,6 +21,8 @@ type ReceiptSearch struct { ReceiptSerial string // 收汇单号 CustomId int64 // 客户筛选 CustomName string // 客户筛选 + PayCustomId int64 // 付款客户 + PayCustomName string // 付款客户名称 BankName string // 结汇银行 ReceiptDateStart *time.Time // 创建开始时间 ReceiptDateEnd *time.Time // 创建结束时间