diff --git a/erp/receipt.go b/erp/receipt.go index 8fc0714..9ba31d2 100644 --- a/erp/receipt.go +++ b/erp/receipt.go @@ -40,6 +40,7 @@ type ReceiptSearch struct { BankNameEq *string // 结汇银行完全匹配 BankAccountEq *string // 结汇银行账号完全匹配 PermissionStaffIds []int64 // 权限员工id + CurrencyEq *string // 币种 } type ReplyReceiptList struct { List []ReceiptItem `json:"list"`