月球大数据地理空间分析展示平台-【后端】-月球后台服务
1
13693261870
2023-08-16 5345f1658a3aec79085798202510e3d47223fafc
src/main/java/com/moon/server/entity/sys/LayerEntity.java
@@ -52,6 +52,8 @@
    private String proxy;
    private int category;
    public LayerEntity() {
    }
@@ -222,4 +224,12 @@
    public void setProxy(String proxy) {
        this.proxy = proxy;
    }
    public int getCategory() {
        return category;
    }
    public void setCategory(int category) {
        this.category = category;
    }
}