| | |
| | | package com.ycl.mapper.platform.zf; |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.ycl.entity.platform.zf.EnforcelawReport; |
| | | import com.ycl.entity.platform.zf.VideowarmEventsreport; |
| | | |
| | | /** |
| | |
| | | */ |
| | | public interface VideowarmEventsreportMapper extends BaseMapper<VideowarmEventsreport> { |
| | | |
| | | Page selectPageVo(Page<VideowarmEventsreport> page, String startTime, String endTime, String eventLocation, String eventName, String eventType, String eventRegion); |
| | | } |