!230 mall:优惠券发送优化

Merge pull request !230 from 疯狂的世界/mall_coupon_send
This commit is contained in:
芋道源码
2023-09-01 16:33:43 +00:00
committed by Gitee
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: '新人券'
}
}
/**
* 营销的商品范围枚举
*/