|
@ -34,14 +34,22 @@ public class DcMeteorologicalDetectorData extends BaseEntity |
|
|
@Excel(name = "能见度") |
|
|
@Excel(name = "能见度") |
|
|
private String visibility; |
|
|
private String visibility; |
|
|
|
|
|
|
|
|
/** 路面状况 */ |
|
|
/** 路面温度 */ |
|
|
@Excel(name = "路面状况") |
|
|
@Excel(name = "路面温度") |
|
|
private String roadSurfaceStatus; |
|
|
private String remoteRoadSurfaceTemperature; |
|
|
|
|
|
|
|
|
/** 气压 */ |
|
|
/** 气压 */ |
|
|
@Excel(name = "气压") |
|
|
@Excel(name = "气压") |
|
|
private String atmosphericPressure; |
|
|
private String atmosphericPressure; |
|
|
|
|
|
|
|
|
|
|
|
/** 降水类型 */ |
|
|
|
|
|
@Excel(name = "降水类型") |
|
|
|
|
|
private String precipitationType; |
|
|
|
|
|
|
|
|
|
|
|
/** 湿滑系数 */ |
|
|
|
|
|
@Excel(name = "湿滑系数") |
|
|
|
|
|
private String wetSlipperyCoefficient; |
|
|
|
|
|
|
|
|
/** 气温 */ |
|
|
/** 气温 */ |
|
|
@Excel(name = "气温") |
|
|
@Excel(name = "气温") |
|
|
private String temperature; |
|
|
private String temperature; |
|
@ -58,49 +66,18 @@ public class DcMeteorologicalDetectorData extends BaseEntity |
|
|
@Excel(name = "风速") |
|
|
@Excel(name = "风速") |
|
|
private String windSpeed; |
|
|
private String windSpeed; |
|
|
|
|
|
|
|
|
/** 冰点温度 */ |
|
|
/** 路面状态 */ |
|
|
@Excel(name = "冰点温度") |
|
|
@Excel(name = "路面状态") |
|
|
private String freezingPointTemperature; |
|
|
private String remoteRoadSurfaceStatus; |
|
|
|
|
|
|
|
|
/** 盐度值 */ |
|
|
|
|
|
@Excel(name = "盐度值") |
|
|
|
|
|
private String salinityValue; |
|
|
|
|
|
|
|
|
|
|
|
/** 路面温度 */ |
|
|
|
|
|
@Excel(name = "路面温度") |
|
|
|
|
|
private String roadSurfaceTemperature; |
|
|
|
|
|
|
|
|
|
|
|
/** 水膜厚度(GS1) */ |
|
|
|
|
|
@Excel(name = "水膜厚度(GS1)") |
|
|
|
|
|
private String waterFilmThickness; |
|
|
|
|
|
|
|
|
|
|
|
/** 降水类型 */ |
|
|
|
|
|
@Excel(name = "降水类型") |
|
|
|
|
|
private String precipitationType; |
|
|
|
|
|
|
|
|
|
|
|
/** 湿滑系数 */ |
|
|
/** 水膜厚度 */ |
|
|
@Excel(name = "湿滑系数") |
|
|
@Excel(name = "水膜厚度") |
|
|
private String wetSlipperyCoefficient; |
|
|
private String waterFilmIceSnowValue; |
|
|
|
|
|
|
|
|
/** 传感器温度 */ |
|
|
|
|
|
@Excel(name = "传感器温度") |
|
|
|
|
|
private String sensorTemperature; |
|
|
|
|
|
|
|
|
|
|
|
/** 远程路面温度 */ |
|
|
|
|
|
@Excel(name = "远程路面温度") |
|
|
|
|
|
private String remoteRoadSurfaceTemperature; |
|
|
|
|
|
|
|
|
|
|
|
/** 远程路面状态 */ |
|
|
|
|
|
@Excel(name = "远程路面状态") |
|
|
|
|
|
private String remoteRoadSurfaceStatus; |
|
|
|
|
|
|
|
|
|
|
|
/** 路基温度 */ |
|
|
|
|
|
@Excel(name = "路基温度") |
|
|
|
|
|
private String subSurfaceTemperature; |
|
|
|
|
|
|
|
|
|
|
|
/** 水膜厚度(GS2) */ |
|
|
|
|
|
@Excel(name = "水膜厚度(GS2)") |
|
|
|
|
|
private String waterFilmIceSnowValue; |
|
|
|
|
|
|
|
|
|
|
|
public void setId(Long id) |
|
|
public void setId(Long id) |
|
|
{ |
|
|
{ |
|
@ -147,15 +124,6 @@ public class DcMeteorologicalDetectorData extends BaseEntity |
|
|
{ |
|
|
{ |
|
|
return visibility; |
|
|
return visibility; |
|
|
} |
|
|
} |
|
|
public void setRoadSurfaceStatus(String roadSurfaceStatus) |
|
|
|
|
|
{ |
|
|
|
|
|
this.roadSurfaceStatus = roadSurfaceStatus; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getRoadSurfaceStatus() |
|
|
|
|
|
{ |
|
|
|
|
|
return roadSurfaceStatus; |
|
|
|
|
|
} |
|
|
|
|
|
public void setAtmosphericPressure(String atmosphericPressure) |
|
|
public void setAtmosphericPressure(String atmosphericPressure) |
|
|
{ |
|
|
{ |
|
|
this.atmosphericPressure = atmosphericPressure; |
|
|
this.atmosphericPressure = atmosphericPressure; |
|
@ -201,42 +169,7 @@ public class DcMeteorologicalDetectorData extends BaseEntity |
|
|
{ |
|
|
{ |
|
|
return windSpeed; |
|
|
return windSpeed; |
|
|
} |
|
|
} |
|
|
public void setFreezingPointTemperature(String freezingPointTemperature) |
|
|
|
|
|
{ |
|
|
|
|
|
this.freezingPointTemperature = freezingPointTemperature; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getFreezingPointTemperature() |
|
|
|
|
|
{ |
|
|
|
|
|
return freezingPointTemperature; |
|
|
|
|
|
} |
|
|
|
|
|
public void setSalinityValue(String salinityValue) |
|
|
|
|
|
{ |
|
|
|
|
|
this.salinityValue = salinityValue; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getSalinityValue() |
|
|
|
|
|
{ |
|
|
|
|
|
return salinityValue; |
|
|
|
|
|
} |
|
|
|
|
|
public void setRoadSurfaceTemperature(String roadSurfaceTemperature) |
|
|
|
|
|
{ |
|
|
|
|
|
this.roadSurfaceTemperature = roadSurfaceTemperature; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getRoadSurfaceTemperature() |
|
|
|
|
|
{ |
|
|
|
|
|
return roadSurfaceTemperature; |
|
|
|
|
|
} |
|
|
|
|
|
public void setWaterFilmThickness(String waterFilmThickness) |
|
|
|
|
|
{ |
|
|
|
|
|
this.waterFilmThickness = waterFilmThickness; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getWaterFilmThickness() |
|
|
|
|
|
{ |
|
|
|
|
|
return waterFilmThickness; |
|
|
|
|
|
} |
|
|
|
|
|
public void setPrecipitationType(String precipitationType) |
|
|
public void setPrecipitationType(String precipitationType) |
|
|
{ |
|
|
{ |
|
|
this.precipitationType = precipitationType; |
|
|
this.precipitationType = precipitationType; |
|
@ -255,15 +188,7 @@ public class DcMeteorologicalDetectorData extends BaseEntity |
|
|
{ |
|
|
{ |
|
|
return wetSlipperyCoefficient; |
|
|
return wetSlipperyCoefficient; |
|
|
} |
|
|
} |
|
|
public void setSensorTemperature(String sensorTemperature) |
|
|
|
|
|
{ |
|
|
|
|
|
this.sensorTemperature = sensorTemperature; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getSensorTemperature() |
|
|
|
|
|
{ |
|
|
|
|
|
return sensorTemperature; |
|
|
|
|
|
} |
|
|
|
|
|
public void setRemoteRoadSurfaceTemperature(String remoteRoadSurfaceTemperature) |
|
|
public void setRemoteRoadSurfaceTemperature(String remoteRoadSurfaceTemperature) |
|
|
{ |
|
|
{ |
|
|
this.remoteRoadSurfaceTemperature = remoteRoadSurfaceTemperature; |
|
|
this.remoteRoadSurfaceTemperature = remoteRoadSurfaceTemperature; |
|
@ -282,15 +207,7 @@ public class DcMeteorologicalDetectorData extends BaseEntity |
|
|
{ |
|
|
{ |
|
|
return remoteRoadSurfaceStatus; |
|
|
return remoteRoadSurfaceStatus; |
|
|
} |
|
|
} |
|
|
public void setSubSurfaceTemperature(String subSurfaceTemperature) |
|
|
|
|
|
{ |
|
|
|
|
|
this.subSurfaceTemperature = subSurfaceTemperature; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getSubSurfaceTemperature() |
|
|
|
|
|
{ |
|
|
|
|
|
return subSurfaceTemperature; |
|
|
|
|
|
} |
|
|
|
|
|
public void setWaterFilmIceSnowValue(String waterFilmIceSnowValue) |
|
|
public void setWaterFilmIceSnowValue(String waterFilmIceSnowValue) |
|
|
{ |
|
|
{ |
|
|
this.waterFilmIceSnowValue = waterFilmIceSnowValue; |
|
|
this.waterFilmIceSnowValue = waterFilmIceSnowValue; |
|
@ -309,22 +226,15 @@ public class DcMeteorologicalDetectorData extends BaseEntity |
|
|
.append("rainfall", getRainfall()) |
|
|
.append("rainfall", getRainfall()) |
|
|
.append("visibilityType", getVisibilityType()) |
|
|
.append("visibilityType", getVisibilityType()) |
|
|
.append("visibility", getVisibility()) |
|
|
.append("visibility", getVisibility()) |
|
|
.append("roadSurfaceStatus", getRoadSurfaceStatus()) |
|
|
|
|
|
.append("atmosphericPressure", getAtmosphericPressure()) |
|
|
.append("atmosphericPressure", getAtmosphericPressure()) |
|
|
.append("temperature", getTemperature()) |
|
|
.append("temperature", getTemperature()) |
|
|
.append("humidity", getHumidity()) |
|
|
.append("humidity", getHumidity()) |
|
|
.append("windDirection", getWindDirection()) |
|
|
.append("windDirection", getWindDirection()) |
|
|
.append("windSpeed", getWindSpeed()) |
|
|
.append("windSpeed", getWindSpeed()) |
|
|
.append("freezingPointTemperature", getFreezingPointTemperature()) |
|
|
|
|
|
.append("salinityValue", getSalinityValue()) |
|
|
|
|
|
.append("roadSurfaceTemperature", getRoadSurfaceTemperature()) |
|
|
|
|
|
.append("waterFilmThickness", getWaterFilmThickness()) |
|
|
|
|
|
.append("precipitationType", getPrecipitationType()) |
|
|
.append("precipitationType", getPrecipitationType()) |
|
|
.append("wetSlipperyCoefficient", getWetSlipperyCoefficient()) |
|
|
.append("wetSlipperyCoefficient", getWetSlipperyCoefficient()) |
|
|
.append("sensorTemperature", getSensorTemperature()) |
|
|
|
|
|
.append("remoteRoadSurfaceTemperature", getRemoteRoadSurfaceTemperature()) |
|
|
.append("remoteRoadSurfaceTemperature", getRemoteRoadSurfaceTemperature()) |
|
|
.append("remoteRoadSurfaceStatus", getRemoteRoadSurfaceStatus()) |
|
|
.append("remoteRoadSurfaceStatus", getRemoteRoadSurfaceStatus()) |
|
|
.append("subSurfaceTemperature", getSubSurfaceTemperature()) |
|
|
|
|
|
.append("waterFilmIceSnowValue", getWaterFilmIceSnowValue()) |
|
|
.append("waterFilmIceSnowValue", getWaterFilmIceSnowValue()) |
|
|
.toString(); |
|
|
.toString(); |
|
|
} |
|
|
} |
|
|