smart-man-boot/src/main/java/com/qianwen/smartman/common/validator/phone/PhoneValue.java
@@ -12,13 +12,11 @@ @Constraint(validatedBy = {PhoneValueValidator.class}) @Documented @Retention(RetentionPolicy.RUNTIME) /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/common/validator/phone/PhoneValue.class */ public @interface PhoneValue { @Target({ElementType.FIELD, ElementType.PARAMETER}) @Retention(RetentionPolicy.RUNTIME) @Documented /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/common/validator/phone/PhoneValue$List.class */ public @interface List { PhoneValue[] value(); }