src/main/java/com/lf/server/entity/ctrl/TabMapperEntity.java
@@ -12,7 +12,6 @@ this.fileName = fileName; this.type = type; this.tab = tab; } public TabMapperEntity(String fileName, String type, String tab, String subPath) { @@ -31,6 +30,8 @@ private String subPath; private String entity; private Integer rows; public String getFileName() { return fileName; @@ -71,4 +72,12 @@ public void setEntity(String entity) { this.entity = entity; } public Integer getRows() { return rows; } public void setRows(Integer rows) { this.rows = rows; } }