扬尘增加蒸发量

This commit is contained in:
guoshengxiong 2025-08-14 10:11:16 +08:00
parent 8135452f87
commit 72d55cd321

View File

@ -132,6 +132,12 @@ public class DustNoiseData implements Serializable {
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@ApiModelProperty(value = "模拟生成时间") @ApiModelProperty(value = "模拟生成时间")
private java.util.Date mockTime; private java.util.Date mockTime;
/**
* 蒸发量
*/
@ApiModelProperty(value = "蒸发量")
private java.lang.Double evaporationRate;
@ApiModelProperty(value = "风向名称") @ApiModelProperty(value = "风向名称")
@TableField(exist = false) @TableField(exist = false)
private java.lang.String winddirectionName; private java.lang.String winddirectionName;