feat:() 增加系统字典核心

master
chentaisen 2024-08-07 11:23:39 +08:00
parent ceb79fa55e
commit f125139a14
1 changed files with 1 additions and 0 deletions

View File

@ -21,4 +21,5 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
@Constraint(validatedBy = {SystemYesNoValidator.class})
public @interface IsSystemYesNo {
String message() default "数据字典:[系统是否] - 参数不合法";
}