提交 | 用户 | 时间
|
ce910c
|
1 |
package com.netsdk.lib.enumeration; |
H |
2 |
|
|
3 |
import com.netsdk.lib.NetSDKLib; |
|
4 |
|
|
5 |
|
|
6 |
/** |
|
7 |
* 卡号省份 |
|
8 |
* |
|
9 |
* @author : 260611 |
|
10 |
* @since : Created in 2021/10/19 20:21 |
|
11 |
*/ |
|
12 |
public class EM_CARD_PROVINCE extends NetSDKLib.SdkStructure { |
|
13 |
|
|
14 |
/** |
|
15 |
* 解析出错,未知省份 |
|
16 |
*/ |
|
17 |
public static final int EM_CARD_UNKNOWN = 10; |
|
18 |
/** |
|
19 |
* 北京 |
|
20 |
*/ |
|
21 |
public static final int EM_CARD_BEIJING = 11; |
|
22 |
/** |
|
23 |
* 天津 |
|
24 |
*/ |
|
25 |
public static final int EM_CARD_TIANJIN = 12; |
|
26 |
/** |
|
27 |
* 河北 |
|
28 |
*/ |
|
29 |
public static final int EM_CARD_HEBEI = 13; |
|
30 |
/** |
|
31 |
* 山西 |
|
32 |
*/ |
|
33 |
public static final int EM_CARD_SHANXI_TAIYUAN = 14; |
|
34 |
/** |
|
35 |
* 内蒙古 |
|
36 |
*/ |
|
37 |
public static final int EM_CARD_NEIMENGGU = 15; |
|
38 |
/** |
|
39 |
* 辽宁 |
|
40 |
*/ |
|
41 |
public static final int EM_CARD_LIAONING = 21; |
|
42 |
/** |
|
43 |
* 吉林 |
|
44 |
*/ |
|
45 |
public static final int EM_CARD_JILIN = 22; |
|
46 |
/** |
|
47 |
* 黑龙江 |
|
48 |
*/ |
|
49 |
public static final int EM_CARD_HEILONGJIANG = 23; |
|
50 |
/** |
|
51 |
* 上海 |
|
52 |
*/ |
|
53 |
public static final int EM_CARD_SHANGHAI = 31; |
|
54 |
/** |
|
55 |
* 江苏 |
|
56 |
*/ |
|
57 |
public static final int EM_CARD_JIANGSU = 32; |
|
58 |
/** |
|
59 |
* 浙江 |
|
60 |
*/ |
|
61 |
public static final int EM_CARD_ZHEJIANG = 33; |
|
62 |
/** |
|
63 |
* 安徽 |
|
64 |
*/ |
|
65 |
public static final int EM_CARD_ANHUI = 34; |
|
66 |
/** |
|
67 |
* 福建 |
|
68 |
*/ |
|
69 |
public static final int EM_CARD_FUJIAN = 35; |
|
70 |
/** |
|
71 |
* 江西 |
|
72 |
*/ |
|
73 |
public static final int EM_CARD_JIANGXI = 36; |
|
74 |
/** |
|
75 |
* 山东 |
|
76 |
*/ |
|
77 |
public static final int EM_CARD_SHANDONG = 37; |
|
78 |
/** |
|
79 |
* 河南 |
|
80 |
*/ |
|
81 |
public static final int EM_CARD_HENAN = 41; |
|
82 |
/** |
|
83 |
* 湖北 |
|
84 |
*/ |
|
85 |
public static final int EM_CARD_HUBEI = 42; |
|
86 |
/** |
|
87 |
* 湖南 |
|
88 |
*/ |
|
89 |
public static final int EM_CARD_HUNAN = 43; |
|
90 |
/** |
|
91 |
* 广东 |
|
92 |
*/ |
|
93 |
public static final int EM_CARD_GUANGDONG = 44; |
|
94 |
/** |
|
95 |
* 广西 |
|
96 |
*/ |
|
97 |
public static final int EM_CARD_GUANGXI = 45; |
|
98 |
/** |
|
99 |
* 海南 |
|
100 |
*/ |
|
101 |
public static final int EM_CARD_HAINAN = 46; |
|
102 |
/** |
|
103 |
* 重庆 |
|
104 |
*/ |
|
105 |
public static final int EM_CARD_CHONGQING = 50; |
|
106 |
/** |
|
107 |
* 四川 |
|
108 |
*/ |
|
109 |
public static final int EM_CARD_SICHUAN = 51; |
|
110 |
/** |
|
111 |
* 贵州 |
|
112 |
*/ |
|
113 |
public static final int EM_CARD_GUIZHOU = 52; |
|
114 |
/** |
|
115 |
* 云南 |
|
116 |
*/ |
|
117 |
public static final int EM_CARD_YUNNAN = 53; |
|
118 |
/** |
|
119 |
* 西藏 |
|
120 |
*/ |
|
121 |
public static final int EM_CARD_XIZANG = 54; |
|
122 |
/** |
|
123 |
* 陕西 |
|
124 |
*/ |
|
125 |
public static final int EM_CARD_SHANXI_XIAN = 61; |
|
126 |
/** |
|
127 |
* 甘肃 |
|
128 |
*/ |
|
129 |
public static final int EM_CARD_GANSU = 62; |
|
130 |
/** |
|
131 |
* 青海 |
|
132 |
*/ |
|
133 |
public static final int EM_CARD_QINGHAI = 63; |
|
134 |
/** |
|
135 |
* 宁夏 |
|
136 |
*/ |
|
137 |
public static final int EM_CARD_NINGXIA = 64; |
|
138 |
/** |
|
139 |
* 新疆 |
|
140 |
*/ |
|
141 |
public static final int EM_CARD_XINJIANG = 65; |
|
142 |
/** |
|
143 |
* 香港 |
|
144 |
*/ |
|
145 |
public static final int EM_CARD_XIANGGANG = 71; |
|
146 |
/** |
|
147 |
* 澳门 |
|
148 |
*/ |
|
149 |
public static final int EM_CARD_AOMEN = 82; |
|
150 |
/** |
|
151 |
* 台湾 |
|
152 |
*/ |
|
153 |
public static final int EM_CARD_TAIWAN = 83; |
|
154 |
} |