diff --git a/src/com/platform/entities/PreDataInfo.java b/src/com/platform/entities/PreDataInfo.java index 2f2d3f4e..fd70733d 100644 --- a/src/com/platform/entities/PreDataInfo.java +++ b/src/com/platform/entities/PreDataInfo.java @@ -7,6 +7,8 @@ public class PreDataInfo { private int id; + private int dataId; + private int sysCode; private String updateTime; @@ -132,6 +134,21 @@ public class PreDataInfo { public void setId(int id) { this.id = id; } + + /** + * @return the dataId + */ + public int getDataId() { + return dataId; + } + + /** + * @param dataId the dataId to set + */ + public void setDataId(int dataId) { + this.dataId = dataId; + } + /** * @return the sysCode */