| | |
| | | package org.sxkj.fw.cockpit.vo; |
| | | |
| | | import java.io.Serializable; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | |
| | |
| | | * @since 2026-01-09 |
| | | */ |
| | | @Data |
| | | public class DeviceStatisticsVO { |
| | | public class DeviceStatisticsVO implements Serializable { |
| | | |
| | | /** |
| | | * 侦测设备数量 |
| | | */ |
| | | @ApiModelProperty(value = "侦测设备数量") |
| | | private Integer detectCount; |
| | | @ApiModelProperty(value = "类型") |
| | | private String type; |
| | | |
| | | /** |
| | | * 反制设备数量 |
| | | */ |
| | | @ApiModelProperty(value = "反制设备数量") |
| | | private Integer countermeasuresCount; |
| | | @ApiModelProperty(value = "数量") |
| | | private Integer count; |
| | | |
| | | |
| | | } |