数据分析ui补充完善,接入数据库
This commit is contained in:
11
types/analytics/coupon.uts
Normal file
11
types/analytics/coupon.uts
Normal file
@@ -0,0 +1,11 @@
|
||||
// types/analytics/coupon.uts
|
||||
|
||||
export type CouponData = {
|
||||
total_issued: number
|
||||
issued_growth: number
|
||||
total_used: number
|
||||
usage_rate: number
|
||||
gmv_increase: number
|
||||
gmv_growth: number
|
||||
roi: number
|
||||
}
|
||||
Reference in New Issue
Block a user