File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -278,3 +278,17 @@ export const PromotionProductScopeEnum = {
278
278
name : '指定商品参与'
279
279
}
280
280
}
281
+
282
+ /**
283
+ * 营销的条件类型枚举
284
+ */
285
+ export const PromotionConditionTypeEnum = {
286
+ PRICE : {
287
+ type : 10 ,
288
+ name : '满 N 元'
289
+ } ,
290
+ COUNT : {
291
+ type : 20 ,
292
+ name : '满 N 件'
293
+ }
294
+ }
Original file line number Diff line number Diff line change @@ -66,6 +66,8 @@ export const DICT_TYPE = {
66
66
PROMOTION_COUPON_TEMPLATE_VALIDITY_TYPE : 'promotion_coupon_template_validity_type' , // 优惠劵模板的有限期类型
67
67
PROMOTION_COUPON_STATUS : 'promotion_coupon_status' , // 优惠劵的状态
68
68
PROMOTION_COUPON_TAKE_TYPE : 'promotion_coupon_take_type' , // 优惠劵的领取方式
69
+ PROMOTION_ACTIVITY_STATUS : 'promotion_activity_status' , // 优惠活动的状态
70
+ PROMOTION_CONDITION_TYPE : 'promotion_condition_type' , // 营销的条件类型枚举
69
71
}
70
72
71
73
/**
You can’t perform that action at this time.
0 commit comments