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