月球大数据地理空间分析展示平台-【后端】-月球后台服务
13693261870
2023-11-20 aef8b3f71a4825624fc84e0f4691ad1e8b6725e4
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;
@@ -29,6 +31,10 @@
    private int orderNum;
    private int status;
    private int data;
    private String tab;
    private int createUser;
@@ -45,6 +51,16 @@
    private int resid;
    private int type;
    private String proxy;
    private int category;
    private int flag;
    private Integer pubid;
    private String unit;
    public LayerEntity() {
    }
@@ -97,6 +113,14 @@
        this.isLayer = isLayer;
    }
    public int getIsShow() {
        return isShow;
    }
    public void setIsShow(int isShow) {
        this.isShow = isShow;
    }
    public String getIcon() {
        return icon;
    }
@@ -127,6 +151,22 @@
    public void setStatus(int status) {
        this.status = status;
    }
    public int getData() {
        return data;
    }
    public void setData(int data) {
        this.data = data;
    }
    public String getTab() {
        return tab;
    }
    public void setTab(String tab) {
        this.tab = tab;
    }
    public int getCreateUser() {
@@ -192,4 +232,44 @@
    public void setType(int type) {
        this.type = type;
    }
    public String getProxy() {
        return proxy;
    }
    public void setProxy(String proxy) {
        this.proxy = proxy;
    }
    public int getCategory() {
        return category;
    }
    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;
    }
    public String getUnit() {
        return unit;
    }
    public void setUnit(String unit) {
        this.unit = unit;
    }
}