1.数据质量统计算法->台账质量统计算法
This commit is contained in:
@@ -21,4 +21,7 @@ public class DeptGetBusBarDTO extends DeptGetBase {
|
||||
|
||||
@ApiModelProperty(name = "pwBusBarIds",value = "配网母线/线路信息")
|
||||
private List<String> pwBusBarIds;
|
||||
|
||||
@ApiModelProperty(name = "busBarIds",value = "线路/监测点id信息")
|
||||
private List<String> busBarAndMonitorIDs;
|
||||
}
|
||||
|
||||
@@ -21,4 +21,7 @@ public class DeptGetSubStationDTO extends DeptGetBase {
|
||||
|
||||
@ApiModelProperty(name = "pwStationIds",value = "配网电站信息")
|
||||
private List<String> pwStationIds;
|
||||
|
||||
@ApiModelProperty(name = "stationIds",value = "变电站/监测点信息")
|
||||
private List<String> stationAndMonitorIDs;
|
||||
}
|
||||
|
||||
@@ -20,4 +20,6 @@ public class TerminalGetBase {
|
||||
* 台账(监测点,母线,装置,电站,供电公司)id
|
||||
*/
|
||||
private String ledgerId;
|
||||
|
||||
private String lineId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user