xiaoyong931011
2023-04-06 c5b60fbff8008c95cef0236ea520041a43151d19
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 = "密码不能为空")