|
|
@ -36,6 +36,7 @@ type UserItem struct {
|
|
|
|
Phone string `json:"phone"`
|
|
|
|
Phone string `json:"phone"`
|
|
|
|
Amount decimal.Decimal `json:"amount"`
|
|
|
|
Amount decimal.Decimal `json:"amount"`
|
|
|
|
Status uint `json:"status"`
|
|
|
|
Status uint `json:"status"`
|
|
|
|
|
|
|
|
ServiceNames []string `json:"serviceNames"`
|
|
|
|
CreatedType uint `json:"createdType"`
|
|
|
|
CreatedType uint `json:"createdType"`
|
|
|
|
CreatedUserId uint `json:"createdUserId"`
|
|
|
|
CreatedUserId uint `json:"createdUserId"`
|
|
|
|
CreatedAt int64 `json:"createdAt"`
|
|
|
|
CreatedAt int64 `json:"createdAt"`
|
|
|
|