diff --git a/erp/request.go b/erp/request.go index a09dc68..7973fce 100644 --- a/erp/request.go +++ b/erp/request.go @@ -33,6 +33,7 @@ type RequestSearch struct { BankName string // 账号名称 AccountingSerial string // 做账合同号 WorkflowStatus int64 // 审核状态 + WorkflowStatuses []int64 // 审核状态 PaidAmountStart *decimal.Decimal // 实付金额开始 PaidAmountEnd *decimal.Decimal // 实付金额结束 CreatedStaffIds []int64 // 创建人