zxl
10 小时以前 3b0516a2959e25576e4f3fda697a3b025d06c8c9
ycl-pojo/src/main/java/com/ycl/platform/domain/vo/YwPointVO.java
@@ -1,5 +1,6 @@
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;
@@ -50,7 +51,9 @@
    private Boolean importantTag;
    /** 省厅点位标签 */
    private Boolean provinceTag;
    private Boolean provinceTagVideo;
    private Boolean provinceTagCar;
    private Boolean provinceTagFace;
    /** 重点指挥图像标签 */
    private Boolean importantCommandImageTag;
@@ -58,6 +61,18 @@
    /** 部级标签 */
    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();