管道基础大数据平台系统开发-【后端】-Server
13693261870
2023-08-27 126a156beabb3e61bc5ba888f8915adc8e974c2a
src/main/java/com/lf/server/mapper/data/MetaMapper.java
@@ -38,6 +38,14 @@
    public List<MetaEntity> selectByPage(String depcode, String dircode, Integer verid, String name, Integer limit, Integer offset);
    /**
     * 根据GUID查询GDB
     *
     * @param guid
     * @return
     */
    public List<MetaEntity> selectGdbByGuid(String guid);
    /**
     * 查询记录数
     *
     * @param depcode
@@ -122,12 +130,20 @@
    /**
     * 根据多个ID查询元数据(数据表)
     *
     * @param ids
     * @return
     * @param ids ID字符串
     * @return 元数据集合
     */
    public List<MetaEntity> selectByIdsForTab(String ids);
    /**
     * 根据多个ID查询元数据
     *
     * @param ids ID字符串
     * @return 元数据集合
     */
    public List<MetaEntity> selectByIds(String ids);
    /**
     * 查询元数据文件
     *
     * @param ids 元数据ID集合