src/main/java/com/lf/server/entity/data/MetaFileEntity.java
@@ -37,6 +37,10 @@ private String entity; private int rows; private String msg; public String getEventid() { return eventid; } @@ -148,4 +152,20 @@ public void setEntity(String entity) { this.entity = entity; } public int getRows() { return rows; } public void setRows(int rows) { this.rows = rows; } public String getMsg() { return msg; } public void setMsg(String msg) { this.msg = msg; } }