zhanghua
2023-03-30 0f62fe1af046e2017448e978c6cbafeeba59a8e1
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;
    }