首页 > TAG信息列表 > idsForm

批量删除

1、Controller: //批量删除区域树@PostMapping("/deletBeatch")public Result delete(@RequestBody IdsForm idsForm) { try { stationRegionTreeService.deleteBatch(idsForm); return Result.ok(idsForm.getIds()); } catch (Exception e) { r