fuliqi
2024-10-31 d715a933d9f599c9586b07a34e076a6c614916b8
ycl-pojo/src/main/java/com/ycl/platform/domain/vo/YwPointVO.java
@@ -58,6 +58,14 @@
    /** 部级标签 */
    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();