package com.qianwen.core.report.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.qianwen.core.report.entity.ReportFileEntity; public interface ReportFileMapper extends BaseMapper { }