Update EsProductService.java
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user