From d2141a2c7de7d90e8855fbc5647b20bc749bd8b3 Mon Sep 17 00:00:00 2001 From: kanade Date: Tue, 17 Jan 2023 10:15:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- customer/service/audit.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/customer/service/audit.go b/customer/service/audit.go index 4254ce1..8577bb4 100644 --- a/customer/service/audit.go +++ b/customer/service/audit.go @@ -89,6 +89,7 @@ type ArgsAuditApply struct { ApplyUserId uint `json:"applyUserId"` // 申请人id CustomerId uint `json:"customerId"` // 客户id ExpirationAt time.Time `json:"expirationAt"` // 到期时间 + Enclosure string `json:"enclosure"` // 附件 Expand any `json:"expand"` // 拓展参数 } @@ -147,6 +148,7 @@ type ReplyAuditInfo struct { Reason string `json:"reason"` AuditUserId uint `json:"auditUserId"` Expand any `json:"expand"` + Enclosure string `json:"enclosure"` } // Info @Title 详情