| | |
| | | public class OnSitDispatchBoardVO { |
| | | |
| | | @ApiModelProperty(value = "月台数量") |
| | | private Integer platformTotal; |
| | | private int platformTotal; |
| | | |
| | | @ApiModelProperty(value = "空闲月台数量") |
| | | private Integer freePlatform; |
| | | private int freePlatform; |
| | | |
| | | @ApiModelProperty(value = "预约车辆") |
| | | private Integer reservationCar; |
| | | private int reservationCar; |
| | | |
| | | @ApiModelProperty(value = "作业车辆") |
| | | private Integer workingCar; |
| | | private int workingCar; |
| | | |
| | | @ApiModelProperty(value = "排队车辆") |
| | | private Integer lineUpCar; |
| | | private int lineUpCar; |
| | | |
| | | @ApiModelProperty(value = "今日月台完成订单统计" , hidden = true) |
| | | private List<PlatformGroupFinishVO> platformGroupFinishList; |