1.数据质量统计算法->台账质量统计算法

This commit is contained in:
wr
2023-10-11 14:01:42 +08:00
parent 759e2d2015
commit 52aa0cfd6f
20 changed files with 398 additions and 23 deletions

View File

@@ -44,17 +44,17 @@ public class RQualityParameterPO implements Serializable {
* 监测点-母线-变电站匹配个数
*/
@ApiModelProperty(name = "matchingCount",value = "监测点-母线-变电站匹配个数")
private String matchingCount;
private Integer matchingCount;
/**
* 监测点-母线-变电站匹配个率
*/
@ApiModelProperty(name = "matchingRate",value = "监测点-母线-变电站匹配个率")
private String matchingRate;
private Float matchingRate;
/**
* 监测点台账完整率
*/
@ApiModelProperty(name = "monitoringIntegrityRate",value = "监测点台账完整率")
private String monitoringIntegrityRate;
private Float monitoringIntegrityRate;
/**
* 数据类型,字典表01主网测点 02配网测点
*/

View File

@@ -40,25 +40,25 @@ public class RQualityParameterVO implements Serializable {
* 监测点数量
*/
@ApiModelProperty(name = "measurementCount",value = "监测点数量")
private String measurementCount;
private Integer measurementCount;
/**
* 监测点-母线-变电站匹配个数
*/
@ApiModelProperty(name = "matchingCount",value = "监测点-母线-变电站匹配个数")
private String matchingCount;
private Integer matchingCount;
/**
* 监测点-母线-变电站匹配个率
*/
@ApiModelProperty(name = "matchingRate",value = "监测点-母线-变电站匹配个率")
private String matchingRate;
private Float matchingRate;
/**
* 监测点台账完整率
*/
@ApiModelProperty(name = "monitoringIntegrityRate",value = "监测点台账完整率")
private String monitoringIntegrityRate;
private Float monitoringIntegrityRate;
/**
* 数据类型,字典表01主网测点 02配网测点