Administrator
5 days ago db43ef4bc6d068cdbcf3052871dd18c57dc4fcb7
src/main/java/cc/mrbird/febs/mall/dto/memberLevel/ApiScoreRecordInfoDto.java
@@ -11,6 +11,6 @@
public class ApiScoreRecordInfoDto {
    @NotNull(message = "分类不能为空")
    @ApiModelProperty(value = "分类 1-月排行 2-周", example = "1")
    @ApiModelProperty(value = "分类 1-月排行 2-周 3-年", example = "1")
    private Integer type;
}