管道基础大数据平台系统开发-【后端】-Server
13693261870
2022-12-25 52288b740a2f767c0b29f84860a07f0bde634860
src/main/java/com/lf/server/entity/all/StaticData.java
@@ -20,6 +20,11 @@
    public final static int FOUR = 4;
    /**
     * 数值:9
     */
    public final static int NINE = 9;
    /**
     * 数值:200
     */
    public final static int TWO_HUNDRED = 200;
@@ -92,5 +97,5 @@
    /**
     * GDB排除字段
     */
    public final static List<String> GDB_EXCLUDE_FIELDS= new ArrayList<>(Arrays.asList("geom", "objectid", "shape_leng", "shape_area", "serialVersionUID", "dirName", "depName", "verName", "createName", "updateName"));
    public final static List<String> GDB_EXCLUDE_FIELDS = new ArrayList<>(Arrays.asList("geom", "objectid", "shape_leng", "shape_area", "serialVersionUID", "dirName", "depName", "verName", "createName", "updateName"));
}