src/main/java/com/lf/server/entity/data/MetaFileEntity.java
@@ -37,6 +37,10 @@ private int mdrows; private int createUser; private String cs; public String getEventid() { return eventid; } @@ -148,4 +152,20 @@ public void setMdrows(int mdrows) { this.mdrows = mdrows; } public int getCreateUser() { return createUser; } public void setCreateUser(int createUser) { this.createUser = createUser; } public String getCs() { return cs; } public void setCs(String cs) { this.cs = cs; } }