Update EsProductService.java

pull/642/head
macro 2023-10-31 10:04:37 +08:00
parent ddfedbfe86
commit 99df6e645d
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public interface EsProductService {
Page<EsProduct> recommend(Long id, Integer pageNum, Integer pageSize);
/**
*
*
*/
EsProductRelatedInfo searchRelatedInfo(String keyword);
}