管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-02-18 3e1416bffcb3761d06261e327edcbfe10a5443fb
src/main/java/com/lf/server/mapper/data/MetaMapper.java
@@ -7,7 +7,7 @@
import java.util.List;
/**
 * 元数据
 * 源数据
 * @author WWW
 */
@Mapper
@@ -106,19 +106,19 @@
    public MetaEntity selectByGuid(String guid, String tab);
    /**
     * 查询元数据文件
     * 查询源数据文件
     *
     * @param ids 元数据ID集合
     * @return 元数据文件集合
     * @param ids 源数据ID集合
     * @return 源数据文件集合
     */
    public List<MetaEntity> selectMetaFiles(List<Integer> ids);
    /**
     * 查询Excel元数据
     * 查询Excel源数据
     *
     * @param ids  元数据ID集合
     * @param ids  源数据ID集合
     * @param tabs 表名字符串
     * @return 元数据文件集合
     * @return 源数据文件集合
     */
    public List<MetaEntity> selectXlsAnnex(Integer[] ids, String tabs);