| | |
| | | package com.ycl.platform.domain.vo; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.ycl.platform.base.AbsVo; |
| | | import com.ycl.platform.domain.entity.YwPoint; |
| | |
| | | private Boolean importantTag; |
| | | |
| | | /** 省厅点位标签 */ |
| | | private Boolean provinceTag; |
| | | private Boolean provinceTagVideo; |
| | | private Boolean provinceTagCar; |
| | | private Boolean provinceTagFace; |
| | | |
| | | /** 重点指挥图像标签 */ |
| | | private Boolean importantCommandImageTag; |
| | |
| | | /** 部级标签 */ |
| | | private Boolean deptTag; |
| | | |
| | | /** 国标码 */ |
| | | private String serialNumber; |
| | | |
| | | /** |
| | | * 动态列 |
| | | */ |
| | | private List<DynamicColumnVO> dynamicColumnList; |
| | | |
| | | /** 设备登录的用户名密码 */ |
| | | private String username; |
| | | private String password; |
| | | |
| | | public static YwPointVO getVoByEntity(@NonNull YwPoint entity, YwPointVO vo) { |
| | | if(vo == null) { |
| | | vo = new YwPointVO(); |