| | |
| | | @Data |
| | | public class ImportantCmdImageVO { |
| | | |
| | | /** 在线数量 */ |
| | | private Integer onlineNum; |
| | | /** 区域路径信息 */ |
| | | private String arealayerPath; |
| | | |
| | | /** 抽查总数 */ |
| | | private Integer selectedTotal; |
| | | /** */ |
| | | private String arealayernoCode; |
| | | |
| | | /** 重点指挥图像在线率 */ |
| | | private BigDecimal rate; |
| | | /** */ |
| | | private String arealayernoName; |
| | | |
| | | /** 月份 */ |
| | | private Date month; |
| | | /** */ |
| | | private String binaryTenantId; |
| | | |
| | | /** */ |
| | | private Integer blur; |
| | | |
| | | /** */ |
| | | private Integer blurRaw; |
| | | |
| | | /** */ |
| | | private Integer blurThreshold; |
| | | |
| | | /** */ |
| | | private Integer color; |
| | | |
| | | /** */ |
| | | private Integer colorRaw; |
| | | |
| | | /** */ |
| | | private Integer colorThreshold; |
| | | } |