Administrator
2 days ago 6127f9c2f53b4e11d2ddfc5575631e5403da0410
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;
}