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