From 762eba0553917215d158eac8575ac0437c3216a7 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期四, 07 八月 2025 16:47:07 +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