From b2a68b1eaa6db1c1456534e084d66fe98e4443f0 Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期四, 21 八月 2025 15:26:59 +0800 Subject: [PATCH] 抽奖活动 --- framework/src/main/java/cn/lili/modules/search/entity/dto/EsGoodsSearchDTO.java | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/framework/src/main/java/cn/lili/modules/search/entity/dto/EsGoodsSearchDTO.java b/framework/src/main/java/cn/lili/modules/search/entity/dto/EsGoodsSearchDTO.java index 1eeb771..0563531 100644 --- a/framework/src/main/java/cn/lili/modules/search/entity/dto/EsGoodsSearchDTO.java +++ b/framework/src/main/java/cn/lili/modules/search/entity/dto/EsGoodsSearchDTO.java @@ -76,6 +76,14 @@ @ApiModelProperty("闄や簡閿�鍞ā寮忓綋鍓嶉攢鍞ā寮忎箣澶�") private String neSalesModel; + @ApiModelProperty("鏄惁寮�鍚晢鍝佽繃婊�") + private Boolean canFilter; + + @ApiModelProperty("鏄惁闇�瑕佸紑鍚繃婊ら鍞晢鍝�") + private Boolean needFilterPre; + + + //杩囨护鎼滅储鍏抽敭瀛� public String getKeyword() { if (CharSequenceUtil.isNotEmpty(keyword)) { -- Gitblit v1.8.0