港澳通行证
This commit is contained in:
parent
ce098fcd89
commit
b3c2047a3d
|
|
@ -16,7 +16,8 @@ import java.util.Objects;
|
||||||
public enum CardTypeEnum implements BaseEnum<Integer> {
|
public enum CardTypeEnum implements BaseEnum<Integer> {
|
||||||
|
|
||||||
RESIDENT_IDENTITY_CARDS(0, "居民身份证", 105564),
|
RESIDENT_IDENTITY_CARDS(0, "居民身份证", 105564),
|
||||||
FOREIGN_PASSPORT(1, "外国护照", 105564);
|
FOREIGN_PASSPORT(1, "外国护照", 105564),
|
||||||
|
HM_PASSPORT(2, "港澳居民来往内地通行证", 105564);
|
||||||
|
|
||||||
CardTypeEnum(int value, String defaultLabel, int labelId) {
|
CardTypeEnum(int value, String defaultLabel, int labelId) {
|
||||||
this.value = value;
|
this.value = value;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue