From 260140605b4b4b2f0f1e6d35b1770a8506de3547 Mon Sep 17 00:00:00 2001 From: chenlw <874313221@qq.com> Date: Mon, 7 Nov 2016 14:42:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0dataId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/platform/entities/PreDataInfo.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 */