|  |  | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "月台名称") | 
 |  |  |     private String platformName; | 
 |  |  |     @ApiModelProperty(value = "月台编码") | 
 |  |  |     @ApiModelProperty(value = "月台主键") | 
 |  |  |     private Integer platformId; | 
 |  |  |     @ApiModelProperty(value = "月台排序") | 
 |  |  |     private Integer platformSort; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "月台编码") | 
 |  |  |     private String platformCode; | 
 |  |  |     @ApiModelProperty(value = "车牌号") | 
 |  |  |     private String carNo; | 
 |  |  |  | 
 |  |  | 
 |  |  |     @ApiModelProperty(value = "月台状态:0=作业中;1=空闲中;2=作业超时;3=叫号中") | 
 |  |  |     private Integer status; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "监控视频设备id") | 
 |  |  |     private String  deviceId; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "监控视频播放插件地址") | 
 |  |  |     private String  videoPluginUrl; | 
 |  |  | } |