zhanghua
2023-04-03 9bd9584c376f225280b93836df51c0e106e5ea05
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;
    }