|
|
@ -35,7 +35,7 @@ public class DfCheckingRecordV2Controller { |
|
|
|
|
|
|
|
@ApiOperation("堤防巡视检查记录详情v2") |
|
|
|
@GetMapping(value = "/{id}") |
|
|
|
public Response<DfRecordDetailDto> getInfo(@PathVariable("id") String id) { |
|
|
|
public Response<DfRecordDetailV2Dto> getInfo(@PathVariable("id") String id) { |
|
|
|
return Response.ok(); |
|
|
|
} |
|
|
|
|
|
|
|