Update UmsAdminLoginParam.java
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user