| | |
| | | import java.util.Date; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.ruoyi.alarm.global.domain.GuidePTZ; |
| | | import lombok.Data; |
| | | import org.apache.commons.lang3.builder.ToStringBuilder; |
| | | import org.apache.commons.lang3.builder.ToStringStyle; |
| | | import com.ruoyi.common.annotation.Excel; |
| | | import com.ruoyi.common.core.domain.BaseEntity; |
| | | |
| | |
| | | @Excel(name = "纬度") |
| | | private Double latitude; |
| | | /** |
| | | * 引导录像1 |
| | | * 引导录像 |
| | | */ |
| | | @Excel(name = "引导录像1") |
| | | private String recordUrl1; |
| | | /** |
| | | * 引导录像2 |
| | | */ |
| | | @Excel(name = "引导录像2") |
| | | private String recordUrl2; |
| | | @Excel(name = "引导录像") |
| | | private String recordUrl; |
| | | |
| | | /** |
| | | * 查看时间 |
| | |
| | | * 雷达ID |
| | | */ |
| | | private String radarId; |
| | | /** |
| | | * 引导PTZ值 |
| | | */ |
| | | private GuidePTZ guidePTZ; |
| | | |
| | | |
| | | } |