935090232@qq.com
2021-01-26 ea8780c9aba82b8e8705ece4608c2477c340c742
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;
    }
}