增加dataId

web_backend_develope
chenlw 9 years ago
parent 1b121ae313
commit 260140605b

@ -7,6 +7,8 @@ public class PreDataInfo {
private int id; private int id;
private int dataId;
private int sysCode; private int sysCode;
private String updateTime; private String updateTime;
@ -132,6 +134,21 @@ public class PreDataInfo {
public void setId(int id) { public void setId(int id) {
this.id = 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 * @return the sysCode
*/ */

Loading…
Cancel
Save