From cb9fbcd27a288d0c61d85fa13ff5fc8eb1f4deab Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期六, 18 三月 2023 16:44:56 +0800
Subject: [PATCH] 1

---
 src/main/java/com/lf/server/entity/ctrl/DownloadReqEntity.java |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/lf/server/entity/ctrl/DownloadReqEntity.java b/src/main/java/com/lf/server/entity/ctrl/DownloadReqEntity.java
index 19a6c89..19a76e2 100644
--- a/src/main/java/com/lf/server/entity/ctrl/DownloadReqEntity.java
+++ b/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;
 
@@ -27,6 +31,8 @@
     private String filter;
 
     private List<String> depcodes;
+
+    private String dirs;
 
     public DownloadReqEntity() {
     }
@@ -47,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;
     }
@@ -61,6 +75,14 @@
 
     public void setWkt(String wkt) {
         this.wkt = wkt;
+    }
+
+    public String getTab() {
+        return tab;
+    }
+
+    public void setTab(String tab) {
+        this.tab = tab;
     }
 
     public List<String> getTabs() {
@@ -102,4 +124,12 @@
     public void setDepcodes(List<String> depcodes) {
         this.depcodes = depcodes;
     }
+
+    public String getDirs() {
+        return dirs;
+    }
+
+    public void setDirs(String dirs) {
+        this.dirs = dirs;
+    }
 }

--
Gitblit v1.9.3