From 092e1895006b688ea8d71278d9fa39b1be7f61ed Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期六, 11 十月 2025 17:27:19 +0800
Subject: [PATCH] 订单代码上移到controller
---
framework/src/main/java/cn/lili/modules/search/entity/dto/EsGoodsSearchDTO.java | 3 +++
1 files changed, 3 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 ba73b62..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
@@ -79,6 +79,9 @@
@ApiModelProperty("鏄惁寮�鍚晢鍝佽繃婊�")
private Boolean canFilter;
+ @ApiModelProperty("鏄惁闇�瑕佸紑鍚繃婊ら鍞晢鍝�")
+ private Boolean needFilterPre;
+
//杩囨护鎼滅储鍏抽敭瀛�
--
Gitblit v1.8.0