Administrator
3 days ago 968b4dc669cf723bdb9e077b3a83b6569992475b
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;
}