1.全景增加暂态信息和调整告警条件
2.增加暂态列表信息和冀北树污染值条件
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
package com.njcn.harmonic.pojo.excel.pollution;
|
||||
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author wr
|
||||
* @description
|
||||
* @date 2025/12/9 21:12
|
||||
*/
|
||||
@Data
|
||||
public class AreaPollution {
|
||||
|
||||
@ApiModelProperty("部门id")
|
||||
private String deptId;
|
||||
|
||||
@ApiModelProperty("名称")
|
||||
private String deptName;
|
||||
|
||||
@ApiModelProperty("评估分数")
|
||||
private Double score;
|
||||
|
||||
@ApiModelProperty("监测点详情")
|
||||
private List<PowerFlagPollution> powerFlagPollutionList;
|
||||
}
|
||||
@@ -24,4 +24,6 @@ public class UserLinePollution {
|
||||
private String lineId;
|
||||
private String city;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user