1.冀北电网一张图,变电站,终端,暂态列表接口重新调整

2.技术监督统计,电容器和评估报告统计调整
This commit is contained in:
wr
2024-04-29 16:29:25 +08:00
parent e2fa2e31c2
commit c1a3c745f7
15 changed files with 217 additions and 28 deletions

View File

@@ -4,11 +4,9 @@ import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
/**
* 类的介绍:
*
* @author xuyang
* @version 1.0.0
* @createTime 2022/4/25 10:40
* @Description:
* @Author: wr
* @Date: 2024/4/29 11:00
*/
@Data
public class PollutionGridDiagramDTO extends PollutionSubstationDTO{

View File

@@ -4,6 +4,8 @@ import com.njcn.web.pojo.param.BaseParam;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.util.List;
/**
* @author wr
* @description 冀北电网一张图入参
@@ -19,6 +21,9 @@ public class GridDiagramParam extends BaseParam {
@ApiModelProperty(name="type",value="类型1年 2季度 3月份 4周 5日")
private Integer type;
@ApiModelProperty(name="deviceInfoParam",value="")
@ApiModelProperty(value = "ids集合", required = true)
private List<String> ids;
@ApiModelProperty(name="deviceInfoParam")
private DeviceInfoParam deviceInfoParam;
}

View File

@@ -78,6 +78,9 @@ public class GridDiagramVO {
@ApiModelProperty(name = "devCount", value = "终端数量")
private Long devCount;
@ApiModelProperty(name = "devOnCount", value = "终端数量")
private Long devOnCount;
@ApiModelProperty(name = "onlineEvaluate", value = "终端在线率评价")
private Double onlineEvaluate;