mall:优惠券 商品适用范围,增加商品分类

This commit is contained in:
owen
2023-08-30 20:54:20 +08:00
parent 60d2e3114b
commit 27219e1833
4 changed files with 75 additions and 4 deletions

View File

@ -220,6 +220,10 @@ export const PromotionProductScopeEnum = {
SPU: {
scope: 2,
name: '指定商品参与'
},
CATEGORY: {
scope: 3,
name: '指定品类参与'
}
}