|
|
|
@ -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
|
|
|
|
|
*/
|
|
|
|
|