| | |
| | | */ |
| | | //@PreAuthorize("@ss.hasPermi('project:externalperson:edit')") |
| | | @Log(title = "外围单位人员", businessType = BusinessType.UPDATE) |
| | | @PutMapping |
| | | @PostMapping("/editZJInfo") |
| | | @RepeatSubmit |
| | | public AjaxResult edit(@RequestBody ServiceExternalperson serviceExternalperson) |
| | | { |
| | |
| | | */ |
| | | //@PreAuthorize("@ss.hasPermi('project:externalperson:remove')") |
| | | @Log(title = "外围单位人员", businessType = BusinessType.DELETE) |
| | | @DeleteMapping("/{ids}") |
| | | @GetMapping("/remove/{ids}") |
| | | public AjaxResult remove(@PathVariable Long[] ids) |
| | | { |
| | | return toAjax(serviceExternalpersonService.removeByIds(Arrays.asList(ids))); |