【代码优化】商城: 满减送活动

This commit is contained in:
puhui999
2024-09-02 17:21:10 +08:00
parent 9329978f6d
commit dcc1a3e9d5
4 changed files with 13 additions and 8 deletions

View File

@ -22,7 +22,7 @@ export interface RewardRule {
discountPrice?: number
freeDelivery?: boolean
point: number
giveCoupons?: {
giveCouponTemplateCounts?: {
[key: number]: number
}
}