管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-03-06 8c10eb7086cb61712747b96dae712526d90e5269
src/main/java/com/lf/server/entity/ctrl/DownloadReqEntity.java
@@ -14,11 +14,15 @@
    private String guid;
    private List<String> guids;
    private List<Integer> ids;
    private String wkt;
    private List<String> entities;
    private String tab;
    private List<String> tabs;
@@ -49,6 +53,14 @@
        this.guid = guid;
    }
    public List<String> getGuids() {
        return guids;
    }
    public void setGuids(List<String> guids) {
        this.guids = guids;
    }
    public List<Integer> getIds() {
        return ids;
    }
@@ -65,6 +77,14 @@
        this.wkt = wkt;
    }
    public String getTab() {
        return tab;
    }
    public void setTab(String tab) {
        this.tab = tab;
    }
    public List<String> getTabs() {
        return tabs;
    }