修改dataType数据类型
This commit is contained in:
parent
15957682cf
commit
24c9a72084
@ -56,7 +56,7 @@ public class IpcMonitorField extends BaseEntity {
|
||||
/**
|
||||
* 数据类型
|
||||
*/
|
||||
private String dataType;
|
||||
private Integer dataType;
|
||||
|
||||
/**
|
||||
* 数据
|
||||
@ -160,11 +160,11 @@ public class IpcMonitorField extends BaseEntity {
|
||||
this.offset = offset;
|
||||
}
|
||||
|
||||
public String getDataType() {
|
||||
public Integer getDataType() {
|
||||
return dataType;
|
||||
}
|
||||
|
||||
public void setDataType(String dataType) {
|
||||
public void setDataType(Integer dataType) {
|
||||
this.dataType = dataType;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user