Administrator
7 days ago 904f2a43ee6528482a7bae0dcac67a32af4a0fb0
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;
}