zxl
1 天以前 076c7f1df538ed9c04701ebda3f6fe11c47e91e4
framework/src/main/java/cn/lili/modules/statistics/entity/dto/StatisticsQueryParam.java
@@ -31,4 +31,10 @@
    @ApiModelProperty(value = "店铺ID")
    private String storeId;
    @ApiModelProperty(value = "类型:商品goods 、视频video")
    private String currentType;
    @ApiModelProperty(value = "显示排名:10,20,30")
    private Integer currentLimit;
}