用户bug修改

This commit is contained in:
2023-08-02 15:26:19 +08:00
parent 26648052c9
commit c3c104e3ee

View File

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