| | |
| | | */ |
| | | @ApiOperation("修改专家费用分发汇总明细") |
| | | @Log(title = "专家费用分发汇总明细", businessType = BusinessType.UPDATE) |
| | | @PutMapping |
| | | @PostMapping("/edit") |
| | | @RepeatSubmit |
| | | public AjaxResult edit(@RequestBody ServiceDistributedetail serviceDistributedetail) |
| | | { |
| | |
| | | */ |
| | | @ApiOperation("删除专家费用分发汇总明细") |
| | | @Log(title = "专家费用分发汇总明细", businessType = BusinessType.DELETE) |
| | | @DeleteMapping("/{ids}") |
| | | @GetMapping("/remove/{ids}") |
| | | public AjaxResult remove(@PathVariable Long[] ids) |
| | | { |
| | | return toAjax(serviceDistributedetailService.removeByIds(Arrays.asList(ids))); |