package com.artfess.cqlt.dao;

import com.artfess.cqlt.model.QfReportLog;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;

/**
 * 报表导入日志 Mapper 接口
 *
 * @company 阿特菲斯信息技术有限公司
 * @author min.wu
 * @since 2023-07-21
 */
public interface QfReportLogDao extends BaseMapper<QfReportLog> {

}
