mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-20 23:36:07 +08:00
修改message
This commit is contained in:
@@ -29,7 +29,7 @@ import java.lang.annotation.*;
|
||||
@Documented
|
||||
@Constraint(validatedBy = {MessyCodeValidator.class})
|
||||
public @interface NotMessyCode {
|
||||
String message() default "值含有乱码字符";
|
||||
String message() default "含有乱码字符";
|
||||
|
||||
Class<?>[] groups() default {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user