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