fuliqi
2024-11-14 e9af9f5cfeddbe5c0b33a3060b8ea6364c51e744
ycl-pojo/src/main/java/com/ycl/platform/domain/vo/YwPointVO.java
@@ -41,8 +41,6 @@
    /** 备注 */
    private String remark;
    private Short category;
    /** 监管部门 */
    private Long deptId;
    private List<Long> deptIds;
@@ -50,11 +48,24 @@
    /** 重点点位标签 */
    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();