智慧保安后台管理-外网项目备份
Administrator
2021-12-20 b7a2bc7c7306d6a76b491dc03f21f315539c75b6
src/main/java/org/springblade/modules/system/controller/RoleController.java
@@ -160,4 +160,11 @@
      return R.status(temp);
   }
   @GetMapping("/selectRole")
   public R selectRole() {
      return R.data(roleService.selectRole());
   }
}