jiangping
2024-08-13 6765787baa5e0b771d71f865c4deb776367410c4
server/dmvisit_service/src/main/java/com/doumee/dao/admin/response/StagingDataVO.java
@@ -27,13 +27,13 @@
    private Long lwCount;
    @ApiModelProperty(value = "在场车辆")
    private Long presenceCarCount;
    private Integer presenceCarCount;
    @ApiModelProperty(value = "访客车辆")
    private Long visitorCarCount;
    @ApiModelProperty(value = "预约车辆")
    private Integer visitorCarCount;
    @ApiModelProperty(value = "劳务车辆")
    private Long lwCarCount;
    @ApiModelProperty(value = "长期车辆")
    private Integer longCarCount;
    @ApiModelProperty(value = "供应商数量")
    private Integer supplierCount;