| | |
| | | package com.ruoyi.project.controller; |
| | | package com.ruoyi.web.controller.project; |
| | | |
| | | import java.util.Arrays; |
| | | import java.util.List; |
| | |
| | | */ |
| | | @ApiOperation("修改捐献附件") |
| | | @Log(title = "捐献附件", businessType = BusinessType.UPDATE) |
| | | @PutMapping |
| | | @PostMapping("/edit") |
| | | @RepeatSubmit |
| | | public AjaxResult edit(@RequestBody ServiceDocumentfiles serviceDocumentfiles) |
| | | { |
| | |
| | | */ |
| | | @ApiOperation("删除捐献附件") |
| | | @Log(title = "捐献附件", businessType = BusinessType.DELETE) |
| | | @DeleteMapping("/{ids}") |
| | | @GetMapping("/remove/{ids}") |
| | | public AjaxResult remove(@PathVariable Long[] ids) |
| | | { |
| | | return toAjax(serviceDocumentfilesService.removeByIds(Arrays.asList(ids))); |