Add Item to DbItemBought
This commit is contained in:
parent
ffd0c8e45b
commit
b6f393bd46
|
@ -178,4 +178,5 @@ type DbItemBought struct {
|
||||||
TotalCost uint64 `json:"total_cost" example:"2050"`
|
TotalCost uint64 `json:"total_cost" example:"2050"`
|
||||||
MetricType uint8 `json:"metric_type" example:"0"`
|
MetricType uint8 `json:"metric_type" example:"0"`
|
||||||
MetricValue uint64 `json:"metric_value" example:"100"`
|
MetricValue uint64 `json:"metric_value" example:"100"`
|
||||||
|
Item DbItem `json:"itme"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user