Pojo统一修改compileId类型为Long
This commit is contained in:
@@ -37,7 +37,7 @@ public class AppIdCfg extends BaseCfg<AppIdCfg> {
|
||||
/**
|
||||
* 编译id
|
||||
*/
|
||||
private Integer compileId;
|
||||
private Long compileId;
|
||||
|
||||
/**
|
||||
* 协议字符串特征表信息列表
|
||||
@@ -132,14 +132,14 @@ public class AppIdCfg extends BaseCfg<AppIdCfg> {
|
||||
* @return compileId
|
||||
*/
|
||||
|
||||
public Integer getCompileId() {
|
||||
public Long getCompileId() {
|
||||
return compileId;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param compileId the compileId to set
|
||||
*/
|
||||
public void setCompileId(Integer compileId) {
|
||||
public void setCompileId(Long compileId) {
|
||||
this.compileId = compileId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user