Add Daily Sales and Distributed Payment
This commit is contained in:
@@ -119,3 +119,8 @@ type ProductDailySales struct {
|
||||
PaymentType string `json:"payment_type"`
|
||||
Total float64 `json:"total"`
|
||||
}
|
||||
|
||||
type PaymentDistribution struct {
|
||||
PaymentType string `json:"payment_type"`
|
||||
Count int `json:"count"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user