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