用户bug修改
This commit is contained in:
@@ -116,7 +116,6 @@ public class UserParam {
|
|||||||
|
|
||||||
@ApiModelProperty("用户表Id")
|
@ApiModelProperty("用户表Id")
|
||||||
@NotBlank(message = UserValidMessage.ID_NOT_BLANK)
|
@NotBlank(message = UserValidMessage.ID_NOT_BLANK)
|
||||||
@Pattern(regexp = PatternRegex.SYSTEM_ID, message = ValidMessage.ID_FORMAT_ERROR)
|
|
||||||
private String id;
|
private String id;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user