framework/src/main/java/cn/lili/modules/statistics/entity/dto/StatisticsQueryParam.java
@@ -3,6 +3,7 @@ import io.swagger.annotations.ApiModelProperty; import lombok.Data; import cn.lili.modules.lmk.enums.general.StatisticsSearchTypeEnum; /** * 统计查询参数 * @@ -13,6 +14,9 @@ public class StatisticsQueryParam { @ApiModelProperty(value = "快捷搜索", allowableValues = "TODAY, YESTERDAY, LAST_SEVEN, LAST_THIRTY") /** * @see StatisticsSearchTypeEnum */ private String searchType; @ApiModelProperty(value = "类型:年(YEAR)、月(MONTH)")