增加支付服务/用户启用状态字典与校验注解
parent
920cc7c760
commit
686f281510
|
@ -19,5 +19,5 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
|
|||
@Documented
|
||||
@Constraint(validatedBy = IsSystemYesNoValidator.class)
|
||||
public @interface IsSystemYesNo {
|
||||
|
||||
String message() default "数据字典:[支付服务/客户启用状态] - 参数不合法";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue