From bc521fb571de4b2a8eff48f17de0aaeaa653f58d Mon Sep 17 00:00:00 2001 From: gongbiao Date: Wed, 6 Mar 2019 15:18:51 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9E=9A=E4=B8=BE][=E4=BF=AE=E6=94=B9][?= =?UTF-8?q?=E5=95=86=E9=93=BA=E7=B1=BB=E5=9E=8B]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/iformall/enums/EnumRentShopType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/java/com/iformall/enums/EnumRentShopType.java b/mallinkService/src/main/java/com/iformall/enums/EnumRentShopType.java index c53f53215..19ef9a8d1 100644 --- a/mallinkService/src/main/java/com/iformall/enums/EnumRentShopType.java +++ b/mallinkService/src/main/java/com/iformall/enums/EnumRentShopType.java @@ -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()) {