This commit is contained in:
2023-07-28 09:52:55 +08:00
parent fbb3e2c804
commit 762a0847eb
2 changed files with 3 additions and 4 deletions

View File

@@ -100,8 +100,7 @@ public class UserParam {
private String loginName;
@ApiModelProperty("用户表Id")
@NotBlank(message = UserValidMessage.ID_NOT_BLANK)
@Pattern(regexp = PatternRegex.SYSTEM_ID, message = ValidMessage.ID_FORMAT_ERROR)
@NotNull(message = UserValidMessage.ID_NOT_BLANK)
private String id;
}