xin
2025-07-19 7ece553fd95f30dcfafa66f667ef9d0c064a22e6
oying-system/src/main/java/com/oying/modules/security/service/dto/AuthUserPhoneDto.java
@@ -20,7 +20,7 @@
    @ApiModelProperty(value = "用户名")
    private String username;
    @NotBlank
    @NotBlank(message = "验证码不能为空")
    @ApiModelProperty(value = "验证码")
    private String code;