增加用户免押额度筛选

This commit is contained in:
yml2213
2026-06-27 09:12:15 +08:00
parent c30914b538
commit 378b7a0b79
6 changed files with 76 additions and 5 deletions
+3 -2
View File
@@ -34,8 +34,9 @@ type DepositFreeQuotaRequest struct {
// ListQuery 用户列表筛选条件。Keyword 同时匹配手机号/昵称(模糊)与用户 ID(精确)。
type ListQuery struct {
Keyword string
Status string
Keyword string
Status string
HasDepositFreeQuota bool
}
type PaginatedResult struct {