Skip to content

Commit

Permalink
Update EsProductDao.java
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Oct 8, 2020
1 parent 1c93c7e commit cc343b9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
* Created by macro on 2018/6/19.
*/
public interface EsProductDao {
/**
* 获取指定ID的搜索商品
*/
List<EsProduct> getAllEsProductList(@Param("id") Long id);
}

0 comments on commit cc343b9

Please sign in to comment.