1.全景展示冀北监测运行状态判断提交

This commit is contained in:
wr
2024-06-05 18:06:46 +08:00
parent 910217cf2a
commit 1a442a1888
16 changed files with 60 additions and 14 deletions

View File

@@ -94,7 +94,14 @@ public class DeviceInfoParam implements Serializable {
@ApiModelProperty("通讯状态")
@Range(min = 0, max = 2, message = "通讯状态" + ValidMessage.PARAM_FORMAT_ERROR)
private Integer comFlagStatus;
/**
* 监测点运行状态0运行1检修2停运3调试4退运
*/
@ApiModelProperty("监测点运行状态")
@Range(min = 0, max = 2, message = "监测点运行状态" + ValidMessage.PARAM_FORMAT_ERROR)
private Integer lineRunFlag;
/**
* 默认全部监测点
* @param deptIndex 部门索引