Helius
2021-01-12 c9b157e19d101fd2d9a79c3db673f0c2cacd481c
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;
    }
}