diff --git a/customer/user/walletHistory.go b/customer/user/walletHistory.go index 0a19c41..eea3d07 100644 --- a/customer/user/walletHistory.go +++ b/customer/user/walletHistory.go @@ -44,6 +44,7 @@ type WalletHistoryItem struct { Remark string `json:"remark"` ServiceId uint `json:"serviceId"` CreatedAt int64 `json:"createdAt"` + ServiceName string `json:"serviceName"` } // Lists @Title 消费记录