1.冀北:暂态暂降统计列表

2.冀北主网台账:部门电压信息展示
3.冀北:污染指数列表
This commit is contained in:
wr
2023-05-15 16:03:28 +08:00
parent 919c64a463
commit 85fb7c843e
22 changed files with 530 additions and 64 deletions

View File

@@ -40,4 +40,10 @@ public class WaveTypeParam extends DeviceInfoParam.BusinessParam {
value = "通讯状态 0.离线 1.在线"
)
private Integer comFlag = 1;
@ApiModelProperty(
name = "type",
value = "区分 0.pq 1.pms"
)
private Integer type = 0;
}