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"`