Browse Source

//third

release_toaliyun_real
xhxu 3 years ago
parent
commit
c707cf1aab
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      mallinkService/src/main/java/com/iformall/enums/EnumCouponType.java

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

@@ -24,7 +24,7 @@ public enum EnumCouponType {
COUPON_GIFT(12, "券礼包"),
COUPON_CREDIT(50,"积分券"),
COUPON_CREDIT_PARK(51,"积分停车券"),
COUPON_CREDIT_DOUYIN(55,"积分券"),
COUPON_CREDIT_DOUYIN(55,"抖音积分券"),

CARD_MULTIMCH(100, "消费卡"),
;
@@ -67,6 +67,7 @@ public enum EnumCouponType {
public static List<Integer> getDouYinType(){
List<Integer> typeList = new ArrayList<>();
typeList.add(COUPON_DOUYIN.getCode());
typeList.add(COUPON_CREDIT_DOUYIN.getCode());
return typeList;
}



Loading…
Cancel
Save