zhanghua
2024-07-31 3a249d87749f560017c19a352f0e548240e7cd26
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;
    }