智慧保安后台管理-外网项目备份
tangzy
2021-09-16 2f5e395632ed97b8aad1ba0d5c7d3ecff397f7fe
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());
   }
}