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