智慧保安后台管理-外网项目备份
钟日健
2022-03-17 f12960b94d949778001004c7af68ced0c3a3f28d
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());
   }
}