feat:() 增加系统字典核心
parent
ceb79fa55e
commit
f125139a14
|
@ -21,4 +21,5 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
|
|||
@Constraint(validatedBy = {SystemYesNoValidator.class})
|
||||
public @interface IsSystemYesNo {
|
||||
String message() default "数据字典:[系统是否] - 参数不合法";
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue