package com.liuyanzhao.ssm.blog.service.impl; import com.liuyanzhao.ssm.blog.entity.Menu; import com.liuyanzhao.ssm.blog.mapper.MenuMapper; import com.liuyanzhao.ssm.blog.service.MenuService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.List; /** * @author liuyanzhao */ @Service public class MenuServiceImpl implements MenuService { @Autowired private MenuMapper menuMapper; @Override public List