月球大数据地理空间分析展示平台-【后端】-月球后台服务
13693261870
2023-08-09 954b8500e7afdbf6bde1eba492bfaface3b704ab
src/main/java/com/moon/server/entity/sys/LayerEntity.java
@@ -46,6 +46,8 @@
    private int type;
    private String proxy;
    public LayerEntity() {
    }
@@ -192,4 +194,12 @@
    public void setType(int type) {
        this.type = type;
    }
    public String getProxy() {
        return proxy;
    }
    public void setProxy(String proxy) {
        this.proxy = proxy;
    }
}