| | |
| | | /** |
| | | * 停留时长(HH:MM:SS) |
| | | */ |
| | | @ApiModelProperty(value = "停留时长(HH:MM:SS)") |
| | | @JsonFormat(pattern = "HH:mm:ss") |
| | | private LocalTime stayDuration; |
| | | @ApiModelProperty(value = "停留时长(秒)") |
| | | private String stayDuration; |
| | | /** |
| | | * 区域编码 |
| | | */ |
| | | @ApiModelProperty(value = "区域编码") |
| | | private String areaCode; |
| | | |
| | | @ApiModelProperty(value = "开始时间") |
| | | private String startTime; |
| | | |
| | | @ApiModelProperty(value = "结束时间") |
| | | private String endTime; |
| | | |
| | | @ApiModelProperty(value = "设备类型") |
| | | private String deviceType; |
| | | |
| | | @ApiModelProperty(value = "区域名称") |
| | | private String areaName; |
| | | |
| | | } |