月球大数据地理空间分析展示平台-【后端】-月球后台服务
1
13693261870
2023-08-16 5345f1658a3aec79085798202510e3d47223fafc
src/main/java/com/moon/server/entity/sys/LayerEntity.java
@@ -32,6 +32,8 @@
    private int data;
    private String tab;
    private int createUser;
    private Timestamp createTime;
@@ -49,6 +51,8 @@
    private int type;
    private String proxy;
    private int category;
    public LayerEntity() {
    }
@@ -141,6 +145,14 @@
        this.data = data;
    }
    public String getTab() {
        return tab;
    }
    public void setTab(String tab) {
        this.tab = tab;
    }
    public int getCreateUser() {
        return createUser;
    }
@@ -212,4 +224,12 @@
    public void setProxy(String proxy) {
        this.proxy = proxy;
    }
    public int getCategory() {
        return category;
    }
    public void setCategory(int category) {
        this.category = category;
    }
}