管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-01-09 b4e4e84f8a0d3abe684ab3dc24d5db37ed4f1458
src/main/java/com/lf/server/entity/all/StaticData.java
@@ -75,6 +75,16 @@
    public final static String XLS = ".xls";
    /**
     * MDB文件
     */
    public final static String MDB = ".mdb";
    /**
     * GDB文件
     */
    public final static String GDB = ".gdb";
    /**
     * xlsx文件
     */
    public final static String XLSX = ".xlsx";
@@ -152,7 +162,7 @@
    /**
     * SHP文件扩展名
     */
    public final static List<String> SHP_EXTENSION = new ArrayList<>(Arrays.asList(".shp", ".shx", ".dbf", ".prj", ".cpg", ".qix", ".sbn", ".sbx"));
    public final static List<String> SHP_EXTENSION = new ArrayList<>(Arrays.asList(".shp", ".shx", ".dbf", ".prj", ".cpg"));
    /**
     * 所有文件扩展名