!352 满减送模块

Merge pull request !352 from Bluemark/dev
This commit is contained in:
芋道源码
2024-01-07 14:16:02 +00:00
committed by Gitee
5 changed files with 182 additions and 57 deletions

View File

@ -244,15 +244,15 @@ export const CouponTemplateTakeTypeEnum = {
*/
export const PromotionProductScopeEnum = {
ALL: {
scope: 1,
scope: 10,
name: '通用劵'
},
SPU: {
scope: 2,
scope: 20,
name: '商品劵'
},
CATEGORY: {
scope: 3,
scope: 30,
name: '品类劵'
}
}