| | |
| | | */ |
| | | @PostMapping(value = "/deduction/delete") |
| | | Result deleteData(@RequestBody DeductionDto dto); |
| | | |
| | | /** |
| | | * 划扣术后提示卡通知获取数据 |
| | | */ |
| | | @PostMapping(value = "/deduction/postoperative/card/info") |
| | | Result postoperativeCardInfo(@RequestBody DeductionDto dto); |
| | | |
| | | /** |
| | | * 更新划扣图片 |
| | | */ |
| | | @PostMapping(value = "/deduction/update/deduction/picture") |
| | | Result updateDeductionPicture(@RequestBody DeductionDto dto); |
| | | |
| | | /** |
| | | * 修改划扣其他信息 |
| | | */ |
| | | @PostMapping(value = "/deduction/edit/deduction/other/info") |
| | | Result editDeductionOtherInfo(@RequestBody DeductionDto dto); |
| | | } |