管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-12-12 0eee8acf970b2a656b558b5e903c7bda4fb27d6a
src/main/java/com/lf/server/entity/ctrl/TabMapperEntity.java
@@ -8,13 +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;