| | |
| | | import java.util.Set; |
| | | import java.util.stream.Collectors; |
| | | |
| | | import com.hrt.system.domain.SysMenu; |
| | | import com.hrt.system.domain.poji.SysMenu; |
| | | import com.hrt.system.domain.vo.MetaVo; |
| | | import com.hrt.system.domain.vo.RouterVo; |
| | | import com.hrt.system.domain.vo.TreeSelect; |
| | |
| | | import com.hrt.system.api.domain.SysUser; |
| | | import com.hrt.system.service.ISysMenuService; |
| | | |
| | | import javax.annotation.Resource; |
| | | |
| | | /** |
| | | * 菜单 业务层处理 |
| | | * |
| | |
| | | { |
| | | public static final String PREMISSION_STRING = "perms[\"{0}\"]"; |
| | | |
| | | @Autowired |
| | | @Resource |
| | | private SysMenuMapper menuMapper; |
| | | |
| | | @Autowired |
| | | @Resource |
| | | private SysRoleMapper roleMapper; |
| | | |
| | | @Autowired |
| | | @Resource |
| | | private SysRoleMenuMapper roleMenuMapper; |
| | | |
| | | /** |