Commit 114105a5 authored by 以墨为白's avatar 以墨为白 🎧

1

parent a990f73b
...@@ -33,7 +33,7 @@ public class XxYjdwdmController { ...@@ -33,7 +33,7 @@ public class XxYjdwdmController {
@ApiOperation(value = "根据义警队伍代码ID删除义警队伍数据") @ApiOperation(value = "根据义警队伍代码ID删除义警队伍数据")
@PostMapping("/delete") @PostMapping("/delete")
public Integer delete(@RequestBody @Validated CommonDelParamDTO dto) { public Integer delete(@RequestBody @Validated CommonDelParamDTO dto) {
return service.delete(dto); return service.delete(dto);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment