Add Daily Sales and Distributed Payment
This commit is contained in:
@@ -187,3 +187,8 @@ type ProductDailySales struct {
|
||||
PaymentType string
|
||||
Total float64
|
||||
}
|
||||
|
||||
type PaymentTypeDistribution struct {
|
||||
PaymentType string
|
||||
Count int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user