13693261870
2025-07-08 810ad9dbaa8553299a4516790a9f546a9b84905e
se-system/src/main/java/com/terra/system/entity/data/LayerEntity.java
@@ -20,9 +20,9 @@
    private String url;
    private String testUrl;
    private int isLayer;
    private int type;
    private int isShow;
    private String icon;
@@ -30,7 +30,11 @@
    private int orderNum;
    private int isShow;
    private int status;
    private int data;
    private String tab;
    private int createUser;
@@ -42,19 +46,21 @@
    private String bak;
    private String serveType;
    private String dataType;
    private double elev;
    private String ns;
    private int resid;
    private int type;
    private String proxy;
    private int category;
    private int flag;
    private Integer pubid;
    private Integer isProject;
    private String json;
    private String unit;
    public LayerEntity() {
    }
@@ -99,20 +105,20 @@
        this.url = url;
    }
    public String getTestUrl() {
        return testUrl;
    public int getIsLayer() {
        return isLayer;
    }
    public void setTestUrl(String testUrl) {
        this.testUrl = testUrl;
    public void setIsLayer(int isLayer) {
        this.isLayer = isLayer;
    }
    public int getType() {
        return type;
    public int getIsShow() {
        return isShow;
    }
    public void setType(int type) {
        this.type = type;
    public void setIsShow(int isShow) {
        this.isShow = isShow;
    }
    public String getIcon() {
@@ -139,12 +145,28 @@
        this.orderNum = orderNum;
    }
    public int getIsShow() {
        return isShow;
    public int getStatus() {
        return status;
    }
    public void setIsShow(int isShow) {
        this.isShow = isShow;
    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() {
@@ -187,22 +209,6 @@
        this.bak = bak;
    }
    public String getServeType() {
        return serveType;
    }
    public void setServeType(String serveType) {
        this.serveType = serveType;
    }
    public String getDataType() {
        return dataType;
    }
    public void setDataType(String dataType) {
        this.dataType = dataType;
    }
    public double getElev() {
        return elev;
    }
@@ -211,12 +217,44 @@
        this.elev = elev;
    }
    public String getNs() {
        return ns;
    public int getResid() {
        return resid;
    }
    public void setNs(String ns) {
        this.ns = ns;
    public void setResid(int resid) {
        this.resid = resid;
    }
    public int getType() {
        return type;
    }
    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() {
@@ -227,19 +265,11 @@
        this.pubid = pubid;
    }
    public Integer getIsProject() {
        return isProject;
    public String getUnit() {
        return unit;
    }
    public void setIsProject(Integer isProject) {
        this.isProject = isProject;
    }
    public String getJson() {
        return json;
    }
    public void setJson(String json) {
        this.json = json;
    public void setUnit(String unit) {
        this.unit = unit;
    }
}