From cac0d448e4b3fecd79458a2afbc1cc58c3edefc3 Mon Sep 17 00:00:00 2001 From: sian Date: Mon, 8 Aug 2022 17:55:24 +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 12b2dd6..7b054d8 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"` + AuditUserId uint `json:"auditUserId"` Reason string `json:"reason"` }