| | |
| | | import com.baomidou.mybatisplus.core.toolkit.StringUtils; |
| | | import com.ycl.api.CommonResult; |
| | | import com.ycl.controller.BaseController; |
| | | import com.ycl.entity.platform.zfreport.EnforcelawReport; |
| | | import com.ycl.service.platform.zfreport.EnforcelawReportService; |
| | | import com.ycl.entity.platform.zf.EnforcelawReport; |
| | | import com.ycl.service.platform.zf.IEnforcelawReportService; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import lombok.SneakyThrows; |
| | |
| | | public class EnforcelawReportController extends BaseController { |
| | | |
| | | @Autowired |
| | | EnforcelawReportService enforcelawReportService; |
| | | IEnforcelawReportService enforcelawReportService; |
| | | |
| | | @GetMapping("/search") |
| | | @ApiOperation("查询全部城市违建详情") |