This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[枚举][修改][商铺类型]
release_toaliyun_real
gongbiao
7 years ago
parent
8c3ac52d2a
commit
bc521fb571
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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()) {
Write
Preview
Loading…
Cancel
Save