zhanghua
2022-12-15 6c56f35bef519265b4e7ae98fda6ca87855daf9f
ycl-platform/src/main/java/com/ycl/vo/cockpit/aiIot/AIIotVO.java
@@ -19,15 +19,15 @@
    @Data
    public static class DetectionVO {
        @ApiModelProperty(value = "城市监控")
        private Integer video;
        private Long video;
        @ApiModelProperty(value = "单兵设备")
        private Integer individual;
        private Long individual;
        @ApiModelProperty(value = "油烟监测")
        private Integer lampblack;
        private Long lampblack;
        @ApiModelProperty(value = "室外音柱")
        private Integer loudspeaker;
        private Long loudspeaker;
        @ApiModelProperty(value = "渣土车")
        private Integer slagCar;
        private Long slagCar;
    }