package com.highdatas.srs.web;
import com.highdatas.srs.entity.SysRole;
import com.highdatas.srs.mapper.SysRoleMapper;
import com.highdatas.srs.pojo.Result;
import com.highdatas.srs.service.ISysRoleService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
*
* 前端控制器
*
*
* @2author kimi
* @since 2020-01-15
*/
@RestController
@RequestMapping("/sysRoleMapping")
public class SysRoleMappingController {
/**
*
*/
@Autowired
SysRoleMapper roleMapper;
@Autowired
ISysRoleService roleService;
@RequestMapping("detail")
public Result downLoad() {
List