1.冀北电网一张图监测点区域展示参数

This commit is contained in:
wr
2024-05-14 15:42:08 +08:00
parent fc2f2d767a
commit af5f055d0c

View File

@@ -189,7 +189,7 @@ public class DeviceInfoParam implements Serializable {
private List<String> alarmList;
@ApiModelProperty("是否是冀北电网一张图树 0:否 1:是")
private Integer type;
private Integer type=0;
}
}