nidapeng
2024-03-28 6cedf495155901df7c96fbd51cd7bbc4b5e0bd5d
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;