Commit 002890f9 authored by KeYong's avatar KeYong

解决日志报错

parent c441c027
......@@ -78,4 +78,13 @@ public class EquipmentIndexVO {
@ApiModelProperty(value = "网关标识")
private String gatewayId;
@ApiModelProperty(value = "是否是告警设备")
private String isAlarm;
@ApiModelProperty(value = "装备名称")
private String equipmentSpecificName;
@ApiModelProperty(value = "装备指标名称")
private String equipmentIndexName;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment