From fa8753847c714b6bbf7d3eff0027517810a012f4 Mon Sep 17 00:00:00 2001 From: sian Date: Mon, 8 Aug 2022 17:52:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AE=A1=E6=A0=B8=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=AD=97=E6=AE=B5=20=E5=AE=A1=E6=A0=B8=E9=A9=B3?= =?UTF-8?q?=E5=9B=9E=E5=8E=9F=E5=9B=A0?= 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 1af29f5..12b2dd6 100644 --- a/customer/user/depositAudit.go +++ b/customer/user/depositAudit.go @@ -37,6 +37,7 @@ type DepositAuditItem struct { ApplyUserId uint `json:"applyUserId"` ApplyAt int64 `json:"applyAt"` AuditStatus uint `json:"auditStatus"` + Reason string `json:"reason"` } // Lists @Title 充值审核列表