| | |
| | | /** 备注 */ |
| | | private String remark; |
| | | |
| | | private Short category; |
| | | |
| | | /** 监管部门 */ |
| | | private Long deptId; |
| | | private List<Long> deptIds; |
| | |
| | | |
| | | /** 重点点位标签 */ |
| | | private Boolean importantTag; |
| | | |
| | | /** 省厅点位标签 */ |
| | | private Boolean provinceTag; |
| | | |
| | | /** 重点指挥图像标签 */ |
| | | private Boolean importantCommandImageTag; |
| | | |
| | | /** 部级标签 */ |
| | | private Boolean deptTag; |
| | | |
| | | /** 国标码 */ |
| | | private String serialNumber; |
| | | |
| | | /** |
| | | * 动态列 |
| | | */ |
| | | private List<DynamicColumnVO> dynamicColumnList; |
| | | |
| | | public static YwPointVO getVoByEntity(@NonNull YwPoint entity, YwPointVO vo) { |
| | | if(vo == null) { |
| | | vo = new YwPointVO(); |