微调
This commit is contained in:
@@ -57,6 +57,9 @@ public class VoltageToleranceCurveVO implements Serializable {
|
|||||||
@ApiModelProperty(name = "lineId", value = "LineId")
|
@ApiModelProperty(name = "lineId", value = "LineId")
|
||||||
private String lineId;
|
private String lineId;
|
||||||
|
|
||||||
|
@ApiModelProperty(name = "lineName", value = "监测点名称")
|
||||||
|
private String lineName;
|
||||||
|
|
||||||
@ApiModelProperty(name = "lineId",value ="暂态事件id")
|
@ApiModelProperty(name = "lineId",value ="暂态事件id")
|
||||||
private String eventId;
|
private String eventId;
|
||||||
|
|
||||||
|
|||||||
@@ -173,6 +173,7 @@ public class AreaAnalysisServiceImpl implements AreaAnalysisService {
|
|||||||
|
|
||||||
VoltageToleranceCurveDataList voltageToleranceCurve = new VoltageToleranceCurveDataList();
|
VoltageToleranceCurveDataList voltageToleranceCurve = new VoltageToleranceCurveDataList();
|
||||||
voltageToleranceCurve.setLineId(dto.getLineId());
|
voltageToleranceCurve.setLineId(dto.getLineId());
|
||||||
|
voltageToleranceCurve.setLineName(info.getLineName());
|
||||||
voltageToleranceCurve.setEventId(dto.getEventId());
|
voltageToleranceCurve.setEventId(dto.getEventId());
|
||||||
voltageToleranceCurve.setPersistTime(dto.getDuration());
|
voltageToleranceCurve.setPersistTime(dto.getDuration());
|
||||||
voltageToleranceCurve.setEventValue(dto.getFeatureAmplitude());
|
voltageToleranceCurve.setEventValue(dto.getFeatureAmplitude());
|
||||||
|
|||||||
Reference in New Issue
Block a user