| | |
| | | import lombok.AllArgsConstructor; |
| | | import org.springblade.core.boot.ctrl.BladeController; |
| | | import org.springblade.core.tool.api.R; |
| | | import org.springblade.modules.fire.service.IFireService; |
| | | import org.springblade.fire.feign.IFireClient; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | |
| | | @RequestMapping("dp/fireWarning") |
| | | @Api(value = "防火预警", tags = "防火预警接口") |
| | | public class FireWarningController extends BladeController { |
| | | // private IFireWarningService fireWarningService; |
| | | private IFireService fireService; |
| | | |
| | | private final IFireClient fireClient; |
| | | |
| | | /** |
| | | * 预警台账 |