From e22e727b4fc42274fdc9618d507f9439bc4da352 Mon Sep 17 00:00:00 2001 From: sws <15810472099@163.com> Date: 星期二, 22 十一月 2022 21:20:03 +0800 Subject: [PATCH] 2022-11-22 21:20 --- src/main/java/com/lf/server/entity/ctrl/TabMapperEntity.java | 6 ------ 1 files changed, 0 insertions(+), 6 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 02ba929..eb88378 100644 --- a/src/main/java/com/lf/server/entity/ctrl/TabMapperEntity.java +++ b/src/main/java/com/lf/server/entity/ctrl/TabMapperEntity.java @@ -8,12 +8,6 @@ public TabMapperEntity() { } - public TabMapperEntity(String fileName, String type, String tab) { - this.fileName = fileName; - this.type = type; - this.tab = tab; - } - public TabMapperEntity(String fileName, String type, String tab, String subPath) { this.fileName = fileName; this.type = type; -- Gitblit v1.9.3