parent
53b0c1137c
commit
1e424e71e0
@ -0,0 +1,37 @@
|
|||||||
|
package com.platform.entities;
|
||||||
|
|
||||||
|
public class PreDataInfoFull extends PreDataInfo {
|
||||||
|
|
||||||
|
private String sysCode;
|
||||||
|
|
||||||
|
private String updateTime;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return the sysCode
|
||||||
|
*/
|
||||||
|
public String getSysCode() {
|
||||||
|
return sysCode;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param sysCode the sysCode to set
|
||||||
|
*/
|
||||||
|
public void setSysCode(String sysCode) {
|
||||||
|
this.sysCode = sysCode;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return the updateTime
|
||||||
|
*/
|
||||||
|
public String getUpdateTime() {
|
||||||
|
return updateTime;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param updateTime the updateTime to set
|
||||||
|
*/
|
||||||
|
public void setUpdateTime(String updateTime) {
|
||||||
|
this.updateTime = updateTime;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in new issue