Pojo统一修改compileId类型为Long
This commit is contained in:
@@ -28,7 +28,7 @@ public class AppStringCfg extends BaseStringCfg {
|
||||
*/
|
||||
private static final long serialVersionUID = 4938724489988587634L;
|
||||
@Expose
|
||||
private Integer compileId;
|
||||
private Long compileId;
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see com.nis.domain.configuration.BaseCfg#initDefaultValue()
|
||||
@@ -40,10 +40,10 @@ public class AppStringCfg extends BaseStringCfg {
|
||||
this.isHexbin = 0;
|
||||
}
|
||||
|
||||
public Integer getCompileId() {
|
||||
public Long getCompileId() {
|
||||
return compileId;
|
||||
}
|
||||
public void setCompileId(Integer compileId) {
|
||||
public void setCompileId(Long compileId) {
|
||||
this.compileId = compileId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user