chore: 优化部分代码格式

This commit is contained in:
2024-12-06 21:01:25 +08:00
parent 2a5ace0033
commit 73b066a88d
5 changed files with 13 additions and 14 deletions

View File

@@ -33,7 +33,7 @@ import static java.lang.annotation.ElementType.*;
* {@code @EnumValue(value = XxxEnum.class, message = "参数值非法")} <br />
* {@code @EnumValue(enumValues = {"F", "M"} ,message = "性别只允许为F或M")}
* </p>
*
*
* @author Jasmine
* @author Charles7c
* @since 2.7.3