This commit is contained in:
Looly 2021-04-06 16:01:00 +08:00
parent 359fa788a8
commit 9cf3c0bd5c

View File

@ -737,6 +737,7 @@ public class IdcardUtil {
", cityCode='" + cityCode + '\'' +
", birthDate=" + birthDate +
", gender=" + gender +
", age=" + age +
'}';
}
}