fuliqi
2023-12-18 acea9131318ee6823d008b386e52fee573882b2e
ycl-platform/src/main/java/com/ycl/vo/cockpit/aiIot/AIIotVO.java
@@ -48,10 +48,10 @@
    @Data
    public static class SlagCarVO {
        @ApiModelProperty(value = "车队数")
        private Integer team;
        private Long team;
        @ApiModelProperty(value = "车辆数")
        private Integer car;
        private Long car;
    }