ExcelExportInfoMapper.java 269 Bytes
Newer Older
Spencer Chang's avatar
Spencer Chang committed
1 2 3 4 5 6 7 8 9
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> {
}