src/main/java/com/xcong/excoin/common/system/dto/RegisterDto.java @@ -35,5 +35,6 @@ private String code; @ApiModelProperty(value = "推荐人id", example = "rxadr3") @NotBlank(message = "推荐码不能为空") private String refererId; }