|
@@ -9,6 +9,9 @@ import lombok.EqualsAndHashCode;
|
|
|
@EqualsAndHashCode(callSuper=false)
|
|
|
public class BuildingDto extends Building {
|
|
|
|
|
|
+ @ApiModelProperty(value = "设备数", position = 8)
|
|
|
+ private Integer deviceCount = 0;
|
|
|
+
|
|
|
@ApiModelProperty(value = "联网单位", position = 100)
|
|
|
private String accessUnitName;
|
|
|
|