xin
2025-07-10 f30342f8762f598da78ee9be80779085347af067
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;