From ed8c7a5effd0d423ce1118b680ecdca6fe732609 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 02 七月 2025 16:43:13 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.11.205:9000/r/P2022036_Service

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

diff --git a/src/main/java/com/lf/server/entity/ctrl/TabMapperEntity.java b/src/main/java/com/lf/server/entity/ctrl/TabMapperEntity.java
index a7e6a32..a91a8e8 100644
--- a/src/main/java/com/lf/server/entity/ctrl/TabMapperEntity.java
+++ b/src/main/java/com/lf/server/entity/ctrl/TabMapperEntity.java
@@ -8,43 +8,33 @@
     public TabMapperEntity() {
     }
 
+    public TabMapperEntity(String fileName, String type, String tab, String subPath) {
+        this.fileName = fileName;
+        this.type = type;
+        this.tab = tab;
+        this.subPath = subPath;
+    }
+
+    private String eventid;
+
+    private int dirid;
+
+    private int depid;
+
+    private int verid;
+
     private String fileName;
 
+    private String extName;
+
     private String type;
+
+    private String subPath;
 
     private String tab;
 
     private String entity;
 
-    public String getFileName() {
-        return fileName;
-    }
+    private Integer rows;
 
-    public void setFileName(String fileName) {
-        this.fileName = fileName;
-    }
-
-    public String getType() {
-        return type;
-    }
-
-    public void setType(String type) {
-        this.type = type;
-    }
-
-    public String getTab() {
-        return tab;
-    }
-
-    public void setTab(String tab) {
-        this.tab = tab;
-    }
-
-    public String getEntity() {
-        return entity;
-    }
-
-    public void setEntity(String entity) {
-        this.entity = entity;
-    }
 }

--
Gitblit v1.9.3