admin
2019-09-25 28a0efc6ec16f3f82eb8e16e87269300d6744fd4
fanli/src/main/java/com/yeshi/fanli/service/impl/brand/BrandClassServiceImpl.java
@@ -28,6 +28,13 @@
   @Resource
   private BrandClassShopService brandClassShopService;
   
   @Override
   public BrandClass selectByPrimaryKey(Long id) {
       return brandClassMapper.selectByPrimaryKey(id);
   }
   @Override
   public List<BrandClass> listEffective() {
      return brandClassMapper.listEffective();