yujian
2019-12-25 a3ead770c30b310b9b1b7e3786d5d847da540e55
fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandInfoService.java
@@ -44,9 +44,9 @@
    * @param state
    * @return
    */
   public List<BrandInfo> listQuery(long start, int count, String key, Long cid, Integer state);
   public List<BrandInfo> listQuery(long start, int count, List<String> keys, Long cid, Integer state, Integer showState);
   public long countQuery(String key, Long cid, Integer state);
   public long countQuery(List<String> keys, Long cid, Integer state, Integer showState);
   /**
    * 查询品牌返回前端
@@ -115,4 +115,11 @@
   public void updateOrder(Long id, Integer moveType) throws BrandInfoException;
   /**
    * 搜索关键词匹配品牌
    * @param key
    * @return
    */
   public BrandInfoVO listByAlikeName(String key);
}