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