Showing
2 changed files
with
2 additions
and
2 deletions
@@ -100,7 +100,7 @@ public class Constants { | @@ -100,7 +100,7 @@ public class Constants { | ||
100 | COUNTRY.put(46,"瑞典"); | 100 | COUNTRY.put(46,"瑞典"); |
101 | COUNTRY.put(81,"日本"); | 101 | COUNTRY.put(81,"日本"); |
102 | COUNTRY.put(82,"韩国"); | 102 | COUNTRY.put(82,"韩国"); |
103 | - COUNTRY.put(852,"香港"); | 103 | + COUNTRY.put(852,"中国香港"); |
104 | COUNTRY.put(49,"德国"); | 104 | COUNTRY.put(49,"德国"); |
105 | COUNTRY.put(86,"中国"); | 105 | COUNTRY.put(86,"中国"); |
106 | 106 |
@@ -6,7 +6,7 @@ public enum CountryEnum { | @@ -6,7 +6,7 @@ public enum CountryEnum { | ||
6 | _SE(46, "瑞典"), | 6 | _SE(46, "瑞典"), |
7 | _JP(81, "日本"), | 7 | _JP(81, "日本"), |
8 | _KR(82, "韩国"), | 8 | _KR(82, "韩国"), |
9 | - _HK(852, "香港"), | 9 | + _HK(852, "中国香港"), |
10 | _DE(49, "德国"), | 10 | _DE(49, "德国"), |
11 | _CN(86, "国内现货"); | 11 | _CN(86, "国内现货"); |
12 | 12 |
-
Please register or login to post a comment