Toggle navigation
Toggle navigation
This project
Loading...
Sign in
YOHOBUY
/
yohobuy-global
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
LUOXC
2018-05-02 11:45:34 +0800
Commit
2298d9d0a4110d29275d0fdec8a15467da02454b
1 parent
43a1142d
中国香港
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
common/src/main/java/com/yoho/global/common/utils/Constants.java
product/src/main/java/com/yoho/global/product/constant/CountryEnum.java
common/src/main/java/com/yoho/global/common/utils/Constants.java
View file @
2298d9d
...
...
@@ -100,7 +100,7 @@ public class Constants {
COUNTRY
.
put
(
46
,
"瑞典"
);
COUNTRY
.
put
(
81
,
"日本"
);
COUNTRY
.
put
(
82
,
"韩国"
);
COUNTRY
.
put
(
852
,
"香港"
);
COUNTRY
.
put
(
852
,
"
中国
香港"
);
COUNTRY
.
put
(
49
,
"德国"
);
COUNTRY
.
put
(
86
,
"中国"
);
...
...
product/src/main/java/com/yoho/global/product/constant/CountryEnum.java
View file @
2298d9d
...
...
@@ -6,7 +6,7 @@ public enum CountryEnum {
_SE
(
46
,
"瑞典"
),
_JP
(
81
,
"日本"
),
_KR
(
82
,
"韩国"
),
_HK
(
852
,
"香港"
),
_HK
(
852
,
"
中国
香港"
),
_DE
(
49
,
"德国"
),
_CN
(
86
,
"国内现货"
);
...
...
Please
register
or
login
to post a comment