src/main/java/com/moon/server/entity/data/MetaFileEntity.java
@@ -42,6 +42,8 @@ private int rows; private int records; private String msg; private Boolean isMeta; @@ -176,6 +178,14 @@ this.rows = rows; } public int getRecords() { return records; } public void setRecords(int records) { this.records = records; } public String getMsg() { return msg; }