pms算法调整

This commit is contained in:
2023-09-28 15:53:13 +08:00
parent 5523c4b1be
commit d38557765c
9 changed files with 33 additions and 23 deletions

View File

@@ -10,7 +10,7 @@ import lombok.NoArgsConstructor;
import java.util.Date;
/**
*
*
* Description:
* 接口文档访问地址http://serverIP:port/swagger-ui.html
* Date: 2022/11/25 10:01【需求编号】
@@ -20,12 +20,13 @@ import java.util.Date;
*/
/**
* 主网运行指标统计-月表,主网监测指标数据质量统计-月表
* 主网运行指标统计-月表,主网监测指标数据质量统计-月表
*/
@Data
@TableName(value = "r_operating_index_d")
@AllArgsConstructor
@NoArgsConstructor
@Deprecated
public class ROperatingIndexDPO {
/**
* 单位ID
@@ -104,4 +105,4 @@ public class ROperatingIndexDPO {
*/
@TableField(value = "is_unusual")
private Integer isUnusual;
}
}

View File

@@ -45,7 +45,7 @@ public class PollutionSubstationVO {
private String pollutionStatis;
@ApiModelProperty("污染指标值")
private Double pollutionData = -1.0;
private Double pollutionData = 3.14159;
}