Commit a35abf5b authored by macro's avatar macro
Browse files

Update UmsAdminLoginParam.java

parent b5e0e5e5
...@@ -11,7 +11,7 @@ import javax.validation.constraints.NotEmpty; ...@@ -11,7 +11,7 @@ import javax.validation.constraints.NotEmpty;
* Created by macro on 2018/4/26. * Created by macro on 2018/4/26.
*/ */
@Data @Data
@EqualsAndHashCode(callSuper = false) @EqualsAndHashCode
public class UmsAdminLoginParam { public class UmsAdminLoginParam {
@NotEmpty @NotEmpty
@ApiModelProperty(value = "用户名",required = true) @ApiModelProperty(value = "用户名",required = true)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment