Add Item to DbItemBought

This commit is contained in:
qowevisa 2024-11-28 15:08:25 +02:00
parent ffd0c8e45b
commit b6f393bd46

View File

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