diff --git a/customer/user/depositAudit.go b/customer/user/depositAudit.go index c105d9e..373536c 100644 --- a/customer/user/depositAudit.go +++ b/customer/user/depositAudit.go @@ -23,6 +23,7 @@ type DepositAuditSearch struct { ApplyDateEnd string // 申请日期 AuditDateStart string // 审核日期 AuditDateEnd string // 审核日期 + ApplyUserId uint // 充值申请人 } type ReplyDepositAuditList struct { Lists []DepositAuditItem `json:"lists"`