package com.hand.hls.excel.mapper;

import com.hand.hap.mybatis.common.Mapper;
import com.hand.hls.excel.dto.ExcelExportInfo;
import org.apache.ibatis.annotations.Param;
import java.util.List;

public interface ExcelExportInfoMapper extends Mapper<ExcelExportInfo> {
}