【代码评审】商城:满减送活动的实现

This commit is contained in:
YunaiV
2024-08-23 18:28:37 +08:00
parent 814f9ba9c6
commit a02712ca95
3 changed files with 7 additions and 5 deletions

View File

@ -9,10 +9,11 @@ export interface RewardActivityVO {
remark?: string
conditionType?: number
productScope?: number
productScopeValues?: number[] // 商品范围:值为 品类编号列表 或 商品编号列表 ,用于提交
productCategoryIds?: number[] // 仅用于表单,不提交
productSpuIds?: number[] // 仅用于表单,不提交
rules: RewardRule[]
// 如下仅用于表单,不提交
productScopeValues?: number[] // 商品范围:值为品类编号列表、商品编号列表
productCategoryIds?: number[]
productSpuIds?: number[]
}
// 优惠规则