pms算法调整
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@ public class PollutionSubstationVO {
|
||||
private String pollutionStatis;
|
||||
|
||||
@ApiModelProperty("污染指标值")
|
||||
private Double pollutionData = -1.0;
|
||||
private Double pollutionData = 3.14159;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user