feat(): 增加系统字典校验
parent
d42de224f4
commit
b31bfd9651
|
@ -23,6 +23,6 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
|
||||||
public @interface IsSystemYesNo {
|
public @interface IsSystemYesNo {
|
||||||
|
|
||||||
String message() default "数据字典:[系统是否] - 参数不合法";
|
String message() default "数据字典:[系统是否] - 参数不合法";
|
||||||
|
//自定义校验
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue