|
|
|
@ -32,9 +32,11 @@ public class Temperature implements Serializable {
|
|
|
|
private Long id;
|
|
|
|
private Long id;
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "温度")
|
|
|
|
@ApiModelProperty(value = "温度")
|
|
|
|
|
|
|
|
@Column(length=10)
|
|
|
|
private String temperature;
|
|
|
|
private String temperature;
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "湿度")
|
|
|
|
@ApiModelProperty(value = "湿度")
|
|
|
|
|
|
|
|
@Column(length=10)
|
|
|
|
private String humidity;
|
|
|
|
private String humidity;
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "日期")
|
|
|
|
@ApiModelProperty(value = "日期")
|
|
|
|
|