Browse Source

[枚举][修改][商铺类型]

release_toaliyun_real
gongbiao 7 years ago
parent
commit
bc521fb571
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/enums/EnumRentShopType.java

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

@@ -8,7 +8,7 @@ package com.iformall.enums;
public enum EnumRentShopType {

SHOP(1, "店铺"),
POINT(2, "点位"),;
POINT(2, "多经点位");

public static EnumRentShopType getEnum(Integer code) {
for (EnumRentShopType value : values()) {


Loading…
Cancel
Save