fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandInfoService.java
@@ -115,4 +115,11 @@ public void updateOrder(Long id, Integer moveType) throws BrandInfoException; /** * 搜索关键词匹配品牌 * @param key * @return */ public BrandInfoVO listByAlikeName(String key); }