Update UmsAdminLoginParam.java

This commit is contained in:
macro
2022-12-05 09:44:14 +08:00
parent b5e0e5e575
commit a35abf5b6b

View File

@@ -11,7 +11,7 @@ import javax.validation.constraints.NotEmpty;
* Created by macro on 2018/4/26.
*/
@Data
@EqualsAndHashCode(callSuper = false)
@EqualsAndHashCode
public class UmsAdminLoginParam {
@NotEmpty
@ApiModelProperty(value = "用户名",required = true)