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