管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-02-21 e902f67dd29210fff3eed221fb11d1840c25e33b
src/main/java/com/lf/server/mapper/show/OneMapMapper.java
@@ -1,6 +1,7 @@
package com.lf.server.mapper.show;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
import java.util.List;
@@ -81,4 +82,12 @@
     * @return {@link List}<{@link String}>
     */
    public List<String> countProjectType1();
    /**
     * 查询表信息
     *
     * @param tableName
     * @return {@link List}<{@link String}>
     */
    public List<String> queryTableInfo(@Param("tableName") String tableName);
}