935090232@qq.com
2021-10-28 f379de6364a7f3b4ddc397d4bf6f70ab13bf6618
zq-erp/src/main/java/com/matrix/system/app/dto/RankingDto.java
@@ -25,9 +25,6 @@
    @ApiModelProperty(value = "排行榜类型 1-日榜 2-月榜 3-年榜", example = "1")
    private String type;
    @ApiModelProperty(value = "时间", example = "2020-12-25")
    private String time;
    public String getDataType() {
        return dataType;
    }
@@ -42,13 +39,5 @@
    public void setType(String type) {
        this.type = type;
    }
    public String getTime() {
        return time;
    }
    public void setTime(String time) {
        this.time = time;
    }
}