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