k94314517
2024-02-26 61c2c3482a7495805a4590fef8d2a1b1cd1127f8
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;