月球大数据地理空间分析展示平台-【后端】-月球后台服务
13693261870
2023-09-07 befdcdd0e9c89bc9be3a69fc3033c3cf7afd2ee2
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;
@@ -53,6 +55,10 @@
    private String proxy;
    private int category;
    private int flag;
    private Integer pubid;
    public LayerEntity() {
    }
@@ -103,6 +109,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() {
@@ -232,4 +246,20 @@
    public void setCategory(int category) {
        this.category = category;
    }
    public int getFlag() {
        return flag;
    }
    public void setFlag(int flag) {
        this.flag = flag;
    }
    public Integer getPubid() {
        return pubid;
    }
    public void setPubid(Integer pubid) {
        this.pubid = pubid;
    }
}