1.冀北电网一张图bug修改

2.公共接口增加在线离线信息条件筛选
This commit is contained in:
wr
2024-05-22 17:21:40 +08:00
parent b7e291398b
commit 7a7ece5acd
7 changed files with 56 additions and 23 deletions

View File

@@ -34,4 +34,9 @@ public class DeviceType implements Serializable {
* 数据类型0暂态系统1稳态系统2两个系统
*/
private List<Integer> dataType ;
/**
* 通讯状态0中断1正常
*/
private List<Integer> comFlag ;
}

View File

@@ -88,7 +88,12 @@ public class DeviceInfoParam implements Serializable {
@ApiModelProperty("监测点等级")
private String lineGrade;
/**
* 通讯状态0中断1正常
*/
@ApiModelProperty("通讯状态")
@Range(min = 0, max = 2, message = "通讯状态" + ValidMessage.PARAM_FORMAT_ERROR)
private Integer comFlag;
/**
* 默认全部监测点