feat(): 增加系统字典校验

master
Number7 2024-08-04 09:24:37 +08:00
parent d42de224f4
commit b31bfd9651
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
public @interface IsSystemYesNo { public @interface IsSystemYesNo {
String message() default "数据字典:[系统是否] - 参数不合法"; String message() default "数据字典:[系统是否] - 参数不合法";
//自定义校验
} }