Browse Source

[投放频道类型][添加][拼团]

release_toaliyun_real
gongbiao 7 years ago
committed by Stormeye Wu
parent
commit
831dd1fc3a
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      mallinkService/src/main/java/com/iformall/enums/EnumCouponChannelType.java

+ 2
- 1
mallinkService/src/main/java/com/iformall/enums/EnumCouponChannelType.java View File

@@ -10,7 +10,8 @@ public enum EnumCouponChannelType {
COUPON_CHANNEL_ID_CAMPAIN(3, "幻灯片"), // banner图, 宣传页,轮播图,走马灯
COUPON_CHANNEL_ID_GAME(4, "游戏"),
COUPON_CHANNEL_ID_CARD(5, "卡频道"),
COUPON_CHANNEL_ID_PRESS(6, "砍价频道")
COUPON_CHANNEL_ID_PRESS(6, "砍价频道"),
COUPON_CHANNEL_ID_ORDER_GROUP(7, "拼团频道")
;

public static EnumCouponChannelType getEnum(Integer code) {


Loading…
Cancel
Save