|
|
@ -24,9 +24,9 @@ import org.springframework.web.bind.annotation.RestController; |
|
|
|
*/ |
|
|
|
@RestController |
|
|
|
@AllArgsConstructor |
|
|
|
@RequestMapping("/run/df/checking") |
|
|
|
@RequestMapping("/run/sz/checking") |
|
|
|
@Api(tags = "堤防巡视检查") |
|
|
|
public class CheckingController { |
|
|
|
public class SzCheckingController { |
|
|
|
|
|
|
|
|
|
|
|
private final DfCheckingService dfCheckingService; |