Skip to content

Commit

Permalink
Update EsProductService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Oct 31, 2023
1 parent ddfedbf commit 99df6e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public interface EsProductService {
Page<EsProduct> recommend(Long id, Integer pageNum, Integer pageSize);

/**
* 获取搜索词相关品牌、分类、属性
* 搜索关键字相关品牌、分类、属性
*/
EsProductRelatedInfo searchRelatedInfo(String keyword);
}

0 comments on commit 99df6e6

Please sign in to comment.