wl
2022-12-13 ddd9d82bcda5cb6e8be8f1dd142dbae2e07b25c3
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;
    }