Add Filter Sales Metric
This commit is contained in:
@@ -113,7 +113,9 @@ type CreateOrderItemResponse struct {
|
||||
}
|
||||
|
||||
type ProductDailySales struct {
|
||||
Day time.Time
|
||||
ProductID int64
|
||||
TotalQuantity int
|
||||
Day time.Time `json:"day"`
|
||||
SiteID int64 `json:"site_id"`
|
||||
SiteName string `json:"site_name"`
|
||||
PaymentType string `json:"payment_type"`
|
||||
Total float64 `json:"total"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user