From c9bbbc971789072532848e355743a1ab931d1bfc Mon Sep 17 00:00:00 2001 From: sian Date: Wed, 16 Nov 2022 13:30:52 +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.go | 1 + 1 file changed, 1 insertion(+) diff --git a/customer/user.go b/customer/user.go index e42c7b6..e0e571f 100644 --- a/customer/user.go +++ b/customer/user.go @@ -36,6 +36,7 @@ type UserItem struct { Phone string `json:"phone"` Amount decimal.Decimal `json:"amount"` Status uint `json:"status"` + ServiceNames []string `json:"serviceNames"` CreatedType uint `json:"createdType"` CreatedUserId uint `json:"createdUserId"` CreatedAt int64 `json:"createdAt"`