rk
6 小时以前 931e45f5f78494c7af4cab75053da49b57f22fbe
server/visits/dmvisit_service/src/main/java/com/doumee/dao/web/response/platformReport/PlatformWorkDataVO.java
@@ -17,11 +17,13 @@
    @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;
@@ -42,4 +44,9 @@
    @ApiModelProperty(value = "月台状态:0=作业中;1=空闲中;2=作业超时;3=叫号中")
    private Integer status;
    @ApiModelProperty(value = "监控视频设备id")
    private String  deviceId;
    @ApiModelProperty(value = "监控视频播放插件地址")
    private String  videoPluginUrl;
}