1.数据质量统计算法->台账质量统计算法
This commit is contained in:
@@ -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:配网测点)
|
||||
*/
|
||||
|
||||
@@ -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:配网测点)
|
||||
|
||||
Reference in New Issue
Block a user