港澳通行证

This commit is contained in:
钱涛 2024-11-19 15:07:42 +08:00
parent ce098fcd89
commit b3c2047a3d
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ import java.util.Objects;
public enum CardTypeEnum implements BaseEnum<Integer> {
RESIDENT_IDENTITY_CARDS(0, "居民身份证", 105564),
FOREIGN_PASSPORT(1, "外国护照", 105564);
FOREIGN_PASSPORT(1, "外国护照", 105564),
HM_PASSPORT(2, "港澳居民来往内地通行证", 105564);
CardTypeEnum(int value, String defaultLabel, int labelId) {
this.value = value;