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