|
|
|
@ -13,12 +13,17 @@ public class OverviewVO { |
|
|
|
|
|
|
|
private String buildingName; |
|
|
|
|
|
|
|
private String udfBuildingId; |
|
|
|
|
|
|
|
@Schema(description ="latitude", example = "22.467") |
|
|
|
private String latitude; |
|
|
|
|
|
|
|
@Schema(description ="longitude", example = "115.783") |
|
|
|
private String longitude; |
|
|
|
|
|
|
|
@Schema(description = "images info", example = "{}", hidden = false) |
|
|
|
private String pictureIntroduction; |
|
|
|
|
|
|
|
@Schema(description = "dashboard自动恢复告警时是否保留告警:0-不保留,1-保留", example = "1") |
|
|
|
private Integer retainAlert; |
|
|
|
|
|
|
|
|