|
@@ -44,15 +44,12 @@ public class MatchCasePersonController {
|
|
|
@PostMapping("/update")
|
|
|
public Response update(@RequestBody UpdateMatchCasePersonDTO updateMatchCasePersonDTO) {
|
|
|
return Response.success("id");
|
|
|
-
|
|
|
}
|
|
|
|
|
|
@Operation(summary = "批量删除ipr人员信息")
|
|
|
@PostMapping("/delete")
|
|
|
public Response delete(@RequestBody List<Integer> ids) {
|
|
|
-
|
|
|
return Response.success(ids);
|
|
|
-
|
|
|
}
|
|
|
|
|
|
@Operation(summary = "查询ipr人员信息")
|