管道基础大数据平台系统开发-【后端】-Server
sws
2023-01-14 7b9ea49e2f2008f7915ea9edb222ffc1afe0b99b
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;