|
|
@@ -8,7 +8,7 @@ package com.iformall.enums; |
|
|
public enum EnumRentShopType { |
|
|
public enum EnumRentShopType { |
|
|
|
|
|
|
|
|
SHOP(1, "店铺"), |
|
|
SHOP(1, "店铺"), |
|
|
POINT(2, "点位"),; |
|
|
|
|
|
|
|
|
POINT(2, "多经点位"); |
|
|
|
|
|
|
|
|
public static EnumRentShopType getEnum(Integer code) { |
|
|
public static EnumRentShopType getEnum(Integer code) { |
|
|
for (EnumRentShopType value : values()) { |
|
|
for (EnumRentShopType value : values()) { |
|
|
|