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

(cherry picked from commit 27219e1833)
This commit is contained in:
owen
2023-08-30 20:54:20 +08:00
committed by shizhong
parent 404bb00dbf
commit c999b72692
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: '指定品类参与'
}
}