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