Compare commits
No commits in common. "d680808be7106cbfd32a86503a8a27c0b0e7f8fb" and "00ff1749d9409a9ca0b03d7ec777b80c455b60b3" have entirely different histories.
d680808be7
...
00ff1749d9
|
|
@ -23,7 +23,7 @@ public class UserSaveReqVO {
|
|||
|
||||
@Schema(description = "用户账号", requiredMode = Schema.RequiredMode.REQUIRED, example = "hangtag")
|
||||
@NotBlank(message = "用户账号不能为空")
|
||||
//@Pattern(regexp = "^[a-zA-Z0-9]{4,30}$", message = "用户账号由 数字、字母 组成")
|
||||
@Pattern(regexp = "^[a-zA-Z0-9]{4,30}$", message = "用户账号由 数字、字母 组成")
|
||||
@Size(min = 4, max = 30, message = "用户账号长度为 4-30 个字符")
|
||||
@DiffLogField(name = "用户账号")
|
||||
private String username;
|
||||
|
|
|
|||
Loading…
Reference in New Issue