package com.ycl.service.zf.impl; import com.baomidou.mybatisplus.extension.plugins.pagination.Page; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.ycl.entity.zf.VideoWarnEventsReport; import com.ycl.mapper.zf.VideowarmEventsreportMapper; import com.ycl.service.zf.IVideowarmEventsreportService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; /** *
* 服务实现类 *
* * @author wl * @since 2022-09-16 */ @Service public class VideowarmEventsreportServiceImpl extends ServiceImpl