From 2b229088ecca378327bdaf3b2269ab8ddda40d9c Mon Sep 17 00:00:00 2001 From: sian Date: Mon, 8 Aug 2022 18:01:42 +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 7b054d8..c105d9e 100644 --- a/customer/user/depositAudit.go +++ b/customer/user/depositAudit.go @@ -38,6 +38,7 @@ type DepositAuditItem struct { ApplyAt int64 `json:"applyAt"` AuditStatus uint `json:"auditStatus"` AuditUserId uint `json:"auditUserId"` + AuditAt int64 `json:"auditAt"` Reason string `json:"reason"` }