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
Stormeye Wu
6 years ago
parent
7a252fa1b0
commit
2f159c015e
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/EnumCarSupport.java
+ 1
- 1
mallinkService/src/main/java/com/iformall/enums/EnumCarSupport.java
View File
@@ -8,7 +8,7 @@ public enum EnumCarSupport {
// 0-不支持 1-ETCP
NOCAR(0, "暂未支持"),
ETCP(1, "ETCP
"),
CAR(1, "停车支持
"),
;
public static EnumCarSupport getEnum(Integer code) {
Write
Preview
Loading…
Cancel
Save