xiangpei
2024-08-31 730ff79f5bd62ce7faa3624e338b22de0797bcaf
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,16 @@
    /** 重点点位标签 */
    private Boolean importantTag;
    /** 省厅点位标签 */
    private Boolean provinceTag;
    /** 重点指挥图像标签 */
    private Boolean importantCommandImageTag;
    /** 部级标签 */
    private Boolean deptTag;
    public static YwPointVO getVoByEntity(@NonNull YwPoint entity, YwPointVO vo) {
        if(vo == null) {
            vo = new YwPointVO();