xiangpei
2024-09-01 99b53c056b309b935c8eb23a0ddf244bd4f4df96
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,19 @@
    /** 重点点位标签 */
    private Boolean importantTag;
    /** 省厅点位标签 */
    private Boolean provinceTag;
    /** 重点指挥图像标签 */
    private Boolean importantCommandImageTag;
    /** 部级标签 */
    private Boolean deptTag;
    /** 国标码 */
    private String serialNumber;
    public static YwPointVO getVoByEntity(@NonNull YwPoint entity, YwPointVO vo) {
        if(vo == null) {
            vo = new YwPointVO();