修改暂降严重度和暂降热力图接口
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.njcn.device.pq.pojo.dto;
|
||||
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
@@ -28,6 +29,7 @@ public class GeneralDeviceDTO implements Serializable {
|
||||
/**
|
||||
* name对应统计名称:如 区域:南京市、苏州市;电压等级:10kV、220kV...
|
||||
*/
|
||||
@ApiModelProperty(name = "name", value = "名称")
|
||||
private String name;
|
||||
|
||||
/**
|
||||
@@ -59,5 +61,7 @@ public class GeneralDeviceDTO implements Serializable {
|
||||
* lineIndexes:监测点索引集合
|
||||
*/
|
||||
private List<String> lineIndexes = new ArrayList<>();
|
||||
@ApiModelProperty(name = "tail", value = "总数")
|
||||
private Integer tail;
|
||||
|
||||
}
|
||||
|
||||
@@ -82,4 +82,7 @@ public class AreaLineInfoVO implements Serializable {
|
||||
|
||||
@ApiModelProperty(name = "loadType",value = "干扰源类型")
|
||||
private String loadType;
|
||||
|
||||
@ApiModelProperty(name = "tail",value = "总数")
|
||||
private Integer tail;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user