| | |
| | | package com.ycl.service.platform.zf; |
| | | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ycl.entity.platform.zf.EnforcelawReport; |
| | | import com.ycl.entity.platform.zf.VideowarmEventsreport; |
| | | |
| | | /** |
| | |
| | | * 服务类 |
| | | * </p> |
| | | * |
| | | * @author lyq |
| | | * @author wl |
| | | * @since 2022-09-16 |
| | | */ |
| | | public interface IVideowarmEventsreportService extends IService<VideowarmEventsreport> { |
| | | |
| | | } |
| | | Page selectPageVo(Page<VideowarmEventsreport> enforcelawReportPage, String startTime, String endTime, String eventName, String eventType, String eventLocation, String eventRegion); |
| | | } |