From 5573ab68a6bf98014e6948d0c5ab538a90ce0ada Mon Sep 17 00:00:00 2001 From: sws <15810472099@163.com> Date: 星期六, 14 一月 2023 09:46:15 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/entity/ctrl/TabMapperEntity.java | 61 ++++++------------------------ 1 files changed, 12 insertions(+), 49 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 eb88378..a91a8e8 100644 --- a/src/main/java/com/lf/server/entity/ctrl/TabMapperEntity.java +++ b/src/main/java/com/lf/server/entity/ctrl/TabMapperEntity.java @@ -15,63 +15,26 @@ 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 tab; - private String subPath; + + private String tab; private String entity; private Integer rows; - public String getFileName() { - return fileName; - } - - 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 getSubPath() { - return subPath; - } - - public void setSubPath(String subPath) { - this.subPath = subPath; - } - - public String getEntity() { - return entity; - } - - public void setEntity(String entity) { - this.entity = entity; - } - - public Integer getRows() { - return rows; - } - - public void setRows(Integer rows) { - this.rows = rows; - } } -- Gitblit v1.9.3