月球大数据地理空间分析展示平台-【后端】-月球后台服务
13693261870
2023-08-23 25a9a1681f2e540b22366ef90f1de753538f0bef
src/main/java/com/moon/server/entity/sys/LayerEntity.java
@@ -22,6 +22,8 @@
    private int isLayer;
    private int isShow;
    private String icon;
    private int level;
@@ -51,6 +53,8 @@
    private int type;
    private String proxy;
    private int category;
    public LayerEntity() {
    }
@@ -101,6 +105,14 @@
    public void setIsLayer(int isLayer) {
        this.isLayer = isLayer;
    }
    public int getIsShow() {
        return isShow;
    }
    public void setIsShow(int isShow) {
        this.isShow = isShow;
    }
    public String getIcon() {
@@ -222,4 +234,12 @@
    public void setProxy(String proxy) {
        this.proxy = proxy;
    }
    public int getCategory() {
        return category;
    }
    public void setCategory(int category) {
        this.category = category;
    }
}