ICode9

精准搜索请尝试: 精确搜索
  • 批量删除2022-06-13 15:31:13

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

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有