增加支付服务/用户启用状态字典与校验注解

master
面包骑士 2024-08-05 20:10:07 +08:00
parent 920cc7c760
commit 686f281510
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
@Documented @Documented
@Constraint(validatedBy = IsSystemYesNoValidator.class) @Constraint(validatedBy = IsSystemYesNoValidator.class)
public @interface IsSystemYesNo { public @interface IsSystemYesNo {
String message() default "数据字典:[支付服务/客户启用状态] - 参数不合法";
} }