From 4bc4552a6818fff0fbf1375669a7b1e5fa58ab17 Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期日, 28 九月 2025 09:34:18 +0800 Subject: [PATCH] 店铺优惠卷调整 --- framework/src/main/java/cn/lili/modules/statistics/entity/dto/StatisticsQueryParam.java | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/framework/src/main/java/cn/lili/modules/statistics/entity/dto/StatisticsQueryParam.java b/framework/src/main/java/cn/lili/modules/statistics/entity/dto/StatisticsQueryParam.java index 37b985e..b29c4c3 100644 --- a/framework/src/main/java/cn/lili/modules/statistics/entity/dto/StatisticsQueryParam.java +++ b/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 = "绫诲瀷锛氬勾锛圷EAR锛夈�佹湀锛圡ONTH锛�") @@ -27,4 +31,10 @@ @ApiModelProperty(value = "搴楅摵ID") private String storeId; + @ApiModelProperty(value = "绫诲瀷锛氬晢鍝乬oods 銆佽棰憊ideo") + private String currentType; + + @ApiModelProperty(value = "鏄剧ず鎺掑悕锛�10,20,30") + private Integer currentLimit; + } -- Gitblit v1.8.0