| | |
| | | |
| | | import com.alibaba.fastjson.JSON; |
| | | import com.moral.api.entity.ManageRole; |
| | | import com.moral.api.pojo.dto.login.AccountInfoDTO; |
| | | import com.moral.api.service.ManageRoleMenuService; |
| | | import com.moral.api.service.ManageRoleService; |
| | | import com.moral.constant.ResponseCodeEnum; |
| | | import com.moral.constant.ResultMessage; |
| | | import com.moral.util.TokenUtils; |
| | | import com.moral.util.WebUtils; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiImplicitParam; |
| | |
| | | @Slf4j |
| | | @Api(tags = {"角色"}) |
| | | @RestController |
| | | @RequestMapping("/role") |
| | | @RequestMapping("/manageRole") |
| | | public class ManageRoleController { |
| | | |
| | | @Autowired |