Update EsProductService.java

This commit is contained in:
macro
2023-10-31 10:04:37 +08:00
parent ddfedbfe86
commit 99df6e645d

View File

@@ -47,7 +47,7 @@ public interface EsProductService {
Page<EsProduct> recommend(Long id, Integer pageNum, Integer pageSize); Page<EsProduct> recommend(Long id, Integer pageNum, Integer pageSize);
/** /**
* 获取搜索词相关品牌、分类、属性 * 搜索关键字相关品牌、分类、属性
*/ */
EsProductRelatedInfo searchRelatedInfo(String keyword); EsProductRelatedInfo searchRelatedInfo(String keyword);
} }