From e05c1d4c922f1e676b3bbd15cbf1e82d52c7dc7c Mon Sep 17 00:00:00 2001 From: sian Date: Wed, 24 Aug 2022 15:43:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- customer/user/depositAudit.go | 1 + 1 file changed, 1 insertion(+) 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"`