mall:优惠券发送优化

This commit is contained in:
owen
2023-09-01 23:50:26 +08:00
parent 190c6e384c
commit 76c4644b4b
4 changed files with 25 additions and 17 deletions

View File

@ -209,6 +209,24 @@ export const CouponTemplateValidityTypeEnum = {
}
}
/**
* 优惠劵模板的领取方式的枚举
*/
export const CouponTemplateTakeTypeEnum = {
BY_USER: {
type: 1,
name: '直接领取'
},
BY_ADMIN: {
type: 2,
name: '指定发放'
},
BY_REGISTER: {
type: 3,
name: '新人券'
}
}
/**
* 营销的商品范围枚举
*/