管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-02-11 30272471be13ecb9a1a711a5c037fe27127c9056
src/main/java/com/lf/server/entity/all/StaticData.java
@@ -12,7 +12,7 @@
    /**
     * 权限排除路径:/proxy,要求全部小写
     */
    public static String[] EXCLUDE_PATH = new String[]{"/swagger", "/sign/", "/fmeit/", "/floatserver/", "/error"};
    public static String[] EXCLUDE_PATH = new String[]{"/swagger", "/sign/", "/fmeit/", "/perms/", "/floatserver/", "/error"};
    /**
     * 数值:4
@@ -35,6 +35,11 @@
    public final static int SIXTEEN = 16;
    /**
     * 数值:100
     */
    public final static int ONE_HUNDRED = 100;
    /**
     * 数值:200
     */
    public final static int TWO_HUNDRED = 200;
@@ -48,6 +53,11 @@
     * 数值:1050.0
     */
    public static final double D1050 = 1050.0;
    /**
     * 字符1
     */
    public final static String S1 = "1";
    /**
     * 等号
@@ -65,6 +75,11 @@
    public final static String COMMA = ",";
    /**
     * 正斜杠
     */
    public final static String SLASH = "/";
    /**
     * zip文件
     */
    public final static String ZIP = ".zip";
@@ -75,9 +90,9 @@
    public final static String XLS = ".xls";
    /**
     * SHP文件
     * xlsx文件
     */
    public final static String SHP = ".shp";
    public final static String XLSX = ".xlsx";
    /**
     * MDB文件
@@ -85,14 +100,39 @@
    public final static String MDB = ".mdb";
    /**
     * SHP文件
     */
    public final static String SHP = ".shp";
    /**
     * GDB文件
     */
    public final static String GDB = ".gdb";
    /**
     * xlsx文件
     * IMG文件
     */
    public final static String XLSX = ".xlsx";
    public final static String IMG = ".img";
    /**
     * MPT文件
     */
    public final static String MPT = ".mpt";
    /**
     * 3DML文件
     */
    public final static String D3DML = ".3dml";
    /**
     * TIF文件
     */
    public final static String TIF = ".tif";
    /**
     * TIFF文件
     */
    public final static String TIFF = ".tiff";
    /**
     * 版本号
@@ -130,7 +170,7 @@
    public final static String DRUID_COOKIE_KEY = "JSESSIONID";
    /**
     * 上传文件类型
     * 上传文件类型 *
     */
    public final static String FILE_TYPES = "'xls','shp','gdb','mdb'";
@@ -147,27 +187,27 @@
    /**
     * MPT文件扩展名
     */
    public final static List<String> MPT_EXTENSION = new ArrayList<>(Arrays.asList(".mpt", ".midx", ".strmi"));
    public final static List<String> MPT_EXT = new ArrayList<>(Arrays.asList(".midx", ".strmi"));
    /**
     * IMG文件扩展名
     */
    public final static List<String> IMG_EXTENSION = new ArrayList<>(Arrays.asList(".img", ".rrd", ".img.aux.xml", ".hdr", ".img.enp", ".img.xml"));
    public final static List<String> IMG_EXT = new ArrayList<>(Arrays.asList(".rrd", ".img.aux.xml", ".hdr", ".img.enp", ".img.xml"));
    /**
     * TIF文件扩展名
     */
    public final static List<String> TIF_EXTENSION = new ArrayList<>(Arrays.asList(".tif", ".prj", ".tfw", ".tif.ovr", ".tif.aux.xml", ".tif.enp", ".tif.xml"));
    public final static List<String> TIF_EXT = new ArrayList<>(Arrays.asList(".prj", ".tfw", ".tif.ovr", ".tif.aux.xml", ".tif.enp", ".tif.xml"));
    /**
     * TIFF文件扩展名
     */
    public final static List<String> TIFF_EXTENSION = new ArrayList<>(Arrays.asList(".tiff", ".prj", ".tfw", ".tiff.ovr", ".tiff.aux.xml", ".tiff.enp", ".tiff.xml"));
    public final static List<String> TIFF_EXT = new ArrayList<>(Arrays.asList(".prj", ".tfw", ".tiff.ovr", ".tiff.aux.xml", ".tiff.enp", ".tiff.xml"));
    /**
     * SHP文件扩展名
     */
    public final static List<String> SHP_EXTENSION = new ArrayList<>(Arrays.asList(".shp", ".shx", ".dbf", ".prj", ".cpg"));
    public final static List<String> SHP_EXT = new ArrayList<>(Arrays.asList(".shx", ".dbf", ".prj", ".cpg"));
    /**
     * 所有文件扩展名