管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-08-28 86e0a6ccb4f7d3710fbdb643d9c9a86900573151
src/main/java/com/lf/server/entity/all/StaticData.java
@@ -68,41 +68,20 @@
    public static final int I4490 = 4490;
    /**
     * 字符1
     */
    public final static String S1 = "1";
    /**
     * 等号
     */
    public final static String EQ = "=";
    /**
     * 字符点
     */
    public final static String POINT = ".";
    /**
     * 逗号
     */
    public final static String COMMA = ",";
    /**
     * 波浪号
     */
    public final static String TILDE = "~";
    /**
     * 单引号
     */
    public final static String SINGLE_QUOTES = "'";
    public final static String BBOREHOLE = "bborehole";
    /**
     * 正斜杠
     */
    public final static String SLASH = "/";
    public final static String IN = "in";
@@ -141,53 +120,26 @@
    public final static String SYS_META = "sysmeta";
    /**
     * 版本号
     */
    public final static String VERSION = "1.0.0";
    /**
     * 令牌键
     */
    public final static String TOKEN_KEY = "token";
    /**
     * Cookie中令牌键
     */
    public final static String TOKEN_COOKIE_KEY = "token";
    /**
     * 文本编码方式
     */
    public final static String TEXT_ENCODER = "UTF-8";
    /**
     * 总质检
     */
    public final static String CHECK_MAIN = "checkMain";
    /**
     * Object对象
     */
    public final static String OBJECT = "java.lang.Object";
    /**
     * Cookie中druid键
     */
    public final static String DRUID_COOKIE_KEY = "JSESSIONID";
    public final static String YES = "YES";
    public final static String NO = "NO";
    /**
     * 线路
     */
    public final static String ROUTE = "线路";
    /**
     * 穿跨越
     */
    public final static String CROSSING = "穿跨越";
    public final static String LINESTRING = "LINESTRING";
@@ -212,7 +164,7 @@
    /**
     * 栅格数据扩展名
     */
    public final static List<String> RASTER_EXT = new ArrayList<>(Arrays.asList(".img", ".tif", ".tiff", "jpg", "jp2"));
    public final static List<String> RASTER_EXT = new ArrayList<>(Arrays.asList(".img", ".tif", ".tiff", ".jpg", ".jp2"));
    /**
     * 密码正则表达式
@@ -257,7 +209,7 @@
    /**
     * Mapper排除扩展名
     */
    public final static List<String> MAPPER_EXCLUDE_EXT = new ArrayList<>(Arrays.asList(".jpg.aux.xml", ".jpg.xml", ".jp2.aux.xml", ".jp2.xml", ".jp2.html", ".jp2.txt", ".img.aux.xml", ".img.xml", ".tif.aux.xml", ".tif.xml", ".tiff.aux.xml", ".tiff.xml", ".shp.xml"));
    public final static List<String> MAPPER_EXCLUDE_EXT = new ArrayList<>(Arrays.asList(".jpg.aux.xml", ".jpg.xml", ".jp2.aux.xml", ".jp2.xml", ".jp2.html", ".jp2.txt", ".img.aux.xml", ".img.xml", ".tif.aux.xml", ".tif.xml", ".tiff.aux.xml", ".tiff.xml", ".shp.xml", ".ecw.xml", "ecw.aux.xml"));
    /**
     * 所有文件扩展名