xiaoyong931011
2023-05-15 6c3d769fca47d6016b93cac350db6f38fa4d5772
src/main/java/cc/mrbird/febs/mall/dto/ForgetPwdDto.java
@@ -17,6 +17,10 @@
    @NotBlank(message = "账号不能为空")
    @ApiModelProperty(value = "账号", example = "15773001234")
    private String phone;
    @NotBlank(message = "绑定号码不能为空")
    @ApiModelProperty(value = "绑定号码", example = "15773001234")
    private String account;
    @NotBlank(message = "密码不能为空")